aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/circle/gcc-static-debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ci/circle/gcc-static-debug.sh')
-rwxr-xr-xsrc/scripts/ci/circle/gcc-static-debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/circle/gcc-static-debug.sh b/src/scripts/ci/circle/gcc-static-debug.sh
index 76f4c46b7..3a8900fb4 100755
--- a/src/scripts/ci/circle/gcc-static-debug.sh
+++ b/src/scripts/ci/circle/gcc-static-debug.sh
@@ -5,6 +5,6 @@ which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if avai
BUILD_NICKNAME=$(basename "$0" .sh)
BUILD_DIR="./build-$BUILD_NICKNAME"
-./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --disable-shared --via-amalgamation
+./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --disable-shared --via-amalgamation --with-pkcs11
make -j 2 -f "$BUILD_DIR"/Makefile
"$BUILD_DIR"/botan-test