aboutsummaryrefslogtreecommitdiff
path: root/nginx_unicorn/nginxman.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-02-17 13:43:53 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-02-17 13:43:53 +0100
commit7fc62c1030946667b774f6ff98e10a0ae6f57f88 (patch)
tree1dcd522a5985b627ca56058dd1f50ba22c70fc1c /nginx_unicorn/nginxman.sh
parentf5db543b8a056379aa58fef6cbd81bba46970904 (diff)
downloaddotfiles-7fc62c1030946667b774f6ff98e10a0ae6f57f88.tar.gz
dotfiles-7fc62c1030946667b774f6ff98e10a0ae6f57f88.zip
Pass the -O3 parameter to the NGinx compilation process
Diffstat (limited to 'nginx_unicorn/nginxman.sh')
-rwxr-xr-xnginx_unicorn/nginxman.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx_unicorn/nginxman.sh b/nginx_unicorn/nginxman.sh
index 4178ee5..93446fb 100755
--- a/nginx_unicorn/nginxman.sh
+++ b/nginx_unicorn/nginxman.sh
@@ -53,6 +53,7 @@ $_configure \
--with-http_realip_module \
--with-http_ssl_module \
--with-http_stub_status_module \
+ --with-cc-opt="-O3"
# Compile & install
echo -e "\033[32mCompiling\033[0m"