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 2149057 commit ed3d893Copy full SHA for ed3d893
build.sh
@@ -184,7 +184,7 @@ echo "NGINX_VERSION=${version}" > "${RELEASE_DIR}/.env"
184
log "Сборка с отладкой (Debug)"
185
configure_args+=(--with-debug)
186
auto/configure "${configure_args[@]}" \
187
- --with-cc-opt='-DFD_SETSIZE=32768 -O0 -g3 -fno-omit-frame-pointer -fno-strict-aliasing -pipe' \
+ --with-cc-opt='-DFD_SETSIZE=32768 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -pipe' \
188
--with-openssl-opt='-DFD_SETSIZE=32768 no-shared no-tests -D_WIN32_WINNT=0x0601'
189
190
make -j"$(nproc)"
0 commit comments