aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/bignum-fuzzer
diff options
context:
space:
mode:
authorGravatar Guido Vranken <guidovranken@users.noreply.github.com>2019-03-28 15:43:31 +0100
committerGravatar Max Moroz <dor3s1@gmail.com>2019-03-28 07:43:31 -0700
commitb150da5354a3319fb013e2739729d0585664dd86 (patch)
tree9c14c3da09d9243e2b41122f8f77568af8474826 /projects/bignum-fuzzer
parentaa231dc8019900a7b7fcd9f5329ea5f5429789f4 (diff)
[bignum-fuzzer] Compile OpenSSL debug mode (#2270)
This activates assert()s across the library that might help to detect issues that other safeguards (sanitizers, differential testing) aren't capable of.
Diffstat (limited to 'projects/bignum-fuzzer')
-rwxr-xr-xprojects/bignum-fuzzer/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/bignum-fuzzer/build.sh b/projects/bignum-fuzzer/build.sh
index da26e57c..181600af 100755
--- a/projects/bignum-fuzzer/build.sh
+++ b/projects/bignum-fuzzer/build.sh
@@ -23,7 +23,7 @@ if [[ $CFLAGS = *sanitize=memory* ]]
then
CFLAGS+=" -DOPENSSL_NO_ASM=1"
fi
-./config
+./config --debug
make -j$(nproc)
# Build libgmp