From 3ca191a751dababd6ef2025a7d1cb4be915b9e45 Mon Sep 17 00:00:00 2001 From: Hakase Date: Mon, 23 Apr 2018 15:45:11 +0900 Subject: [PATCH] Remove comment --- auto.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/auto.sh b/auto.sh index e2d0e3e..38dd599 100755 --- a/auto.sh +++ b/auto.sh @@ -37,8 +37,6 @@ if [ ! -d "lib/ngx_pagespeed/psol" ]; then cd ../../ fi -# not use -flto settings. - auto/configure \ --with-cc-opt='-DTCP_FASTOPEN=23 -m64 -flto -g -O3 -march=native -fstack-protector-strong -fuse-ld=gold -fuse-linker-plugin --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-strict-aliasing -Wp,-D_FORTIFY_SOURCE=2 -gsplit-dwarf -DNGX_HTTP_HEADERS' \ --with-ld-opt='-ljemalloc -Wl,-z,relro' \