File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,11 @@ configure_args=(
9090 --with-http_ssl_module \
9191 --with-mail_ssl_module \
9292 --with-stream_ssl_module \
93- --with-cc-opt=" -O2 -fno-strict-aliasing" \
9493 --with-ld-opt=" -Wl,--gc-sections,--build-id=none" \
9594 --prefix=
9695)
97-
98- auto/configure ${configure_args[@]}
96+ echo ${configure_args[@]}
97+ auto/configure ${configure_args[@]} --with-cc-opt= ' -O2 -fno-strict-aliasing -pipe '
9998
10099# build
101100make -j$( nproc)
@@ -105,7 +104,7 @@ mv -f "objs/nginx.exe" "../nginx-${version}-${machine_str}.exe"
105104
106105# re-configure with debugging log
107106configure_args+=(--with-debug)
108- auto/configure ${configure_args[@]}
107+ auto/configure ${configure_args[@]} --with-cc-opt= ' -O2 -fno-strict-aliasing -pipe '
109108
110109# re-build with debugging log
111110make -j$( nproc)
You can’t perform that action at this time.
0 commit comments