diff options
author | layman <layman@localhost> | 2013-01-26 21:09:29 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:35 +0200 |
commit | 864ccd9316b95dcaf27e23985f12e82eec371cb1 (patch) | |
tree | bc9e33ddd7837f9d9e2dbd56e96fc700d9740a6d /profiles | |
parent | Bump zshrc-mv and auto-fu-zsh. Shift kill-line to zshrc-mv (diff) | |
download | mv-864ccd9316b95dcaf27e23985f12e82eec371cb1.tar.gz mv-864ccd9316b95dcaf27e23985f12e82eec371cb1.tar.bz2 mv-864ccd9316b95dcaf27e23985f12e82eec371cb1.zip |
eix: add IUSE=strong-security
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f5189711..3a010325 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -11,6 +11,7 @@ app-portage/eix:optimization - Accept upstream's choices for CXXFLAGS/LDFLAGS fo app-portage/eix:security - This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix app-portage/eix:strong-optimization - Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS +app-portage/eix:strong-security - Add many checks to prevent exploits if eix code has a bug. This will slow down eix considerably. Use only if you are paranoid or have reasons to suspect a bug. app-portage/eix:tools - Create separate binary for script helper tools; useful if they are called extremely often app-shells/auto-fu-zsh:compile - Byte-compile to speed up app-shells/zsh:completion_AIX - install completions for AIX |