We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389df84 commit 0524defCopy full SHA for 0524def
nginx-build-msys2.sh
@@ -90,8 +90,8 @@ configure_args=(
90
--with-http_ssl_module \
91
--with-mail_ssl_module \
92
--with-stream_ssl_module \
93
- --with-cc-opt='-O2' \
94
- --with-ld-opt='-Wl,--gc-sections,--build-id=none' \
+ --with-cc-opt="-O2 -fno-strict-aliasing" \
+ --with-ld-opt="-Wl,--gc-sections,--build-id=none" \
95
--prefix=
96
)
97
0 commit comments