Skip to content

Commit 4190b47

Browse files
kroeckxinferno-chromium
authored andcommitted
openssl: call configure with --debug (#214)
Otherwise NDEBUG is set, and the asserts don't trigger.
1 parent c050be7 commit 4190b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/openssl/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
################################################################################
1717

18-
./config enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared enable-tls1_3 enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers --with-fuzzer-lib=/usr/lib/libFuzzingEngine $CFLAGS -fno-sanitize=alignment
18+
./config --debug enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared enable-tls1_3 enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers --with-fuzzer-lib=/usr/lib/libFuzzingEngine $CFLAGS -fno-sanitize=alignment
1919

2020
make -j$(nproc) LDCMD="clang++ $CXXFLAGS"
2121

0 commit comments

Comments
 (0)