From 7fc62c1030946667b774f6ff98e10a0ae6f57f88 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 17 Feb 2013 13:43:53 +0100 Subject: Pass the -O3 parameter to the NGinx compilation process --- nginx_unicorn/nginxman.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'nginx_unicorn') 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" -- cgit v1.2.3