Skip to content

Commit

Permalink
test without -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 10, 2023
1 parent f9818c7 commit 104f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _VER="$1"

options="${_CONFIGURE_GLOBAL}"
export CC="${_CC_GLOBAL}"
export CFLAGS="${_CFLAGS_GLOBAL} -O3 -Wa,--noexecstack"
export CFLAGS="${_CFLAGS_GLOBAL} -Wa,--noexecstack"
export CPPFLAGS="${_CPPFLAGS_GLOBAL}"
export LDFLAGS="${_LDFLAGS_GLOBAL} ${_LDFLAGS_GLOBAL_AUTOTOOLS}"
export LIBS="${_LIBS_GLOBAL}"
Expand Down

0 comments on commit 104f4be

Please sign in to comment.