Skip to content

Commit ed3d893

Browse files
committed
Update build.sh
1 parent 2149057 commit ed3d893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ echo "NGINX_VERSION=${version}" > "${RELEASE_DIR}/.env"
184184
log "Сборка с отладкой (Debug)"
185185
configure_args+=(--with-debug)
186186
auto/configure "${configure_args[@]}" \
187-
--with-cc-opt='-DFD_SETSIZE=32768 -O0 -g3 -fno-omit-frame-pointer -fno-strict-aliasing -pipe' \
187+
--with-cc-opt='-DFD_SETSIZE=32768 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -pipe' \
188188
--with-openssl-opt='-DFD_SETSIZE=32768 no-shared no-tests -D_WIN32_WINNT=0x0601'
189189

190190
make -j"$(nproc)"

0 commit comments

Comments
 (0)