diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 22:32:36 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 22:32:36 +0100 |
commit | 445f83e1348824e1c72a32d634309f5b463a4378 (patch) | |
tree | a663cc5d3743144a7a60ee28ab470bd0a777bfdf | |
parent | profiles/enlightenment/build: Enable ssl USE flag for www-servers/nginx (diff) | |
download | portage-445f83e1348824e1c72a32d634309f5b463a4378.tar.xz |
profiles/server: Enable aio USE flag by default
-rw-r--r-- | profiles/server/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index 708a6ce3..e667996b 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -18,6 +18,9 @@ USE="${USE} snmp -zeroconf" # Security USE="${USE} seccomp" +# Performance +USE="${USE} aio" + # Misc USE="${USE} -examples" |