aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index c297623..60e375a 100755
--- a/configure.sh
+++ b/configure.sh
@@ -18,7 +18,7 @@ WFLAGS="-pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function"
18SAN="$ADDR $UNDEF" 18SAN="$ADDR $UNDEF"
19 19
20CFLAGS="$STD $WFLAGS $AVX -O3" 20CFLAGS="$STD $WFLAGS $AVX -O3"
21DBGFLAGS="$STD $WFLAGS $AVX -g3 -DDEBUG" 21DBGFLAGS="$STD $WFLAGS $SAN $AVX -g3 -DDEBUG"
22 22
23echo "Cube type: CUBE_$TYPE" 23echo "Cube type: CUBE_$TYPE"
24echo "Compiler: ${CC:-cc}" 24echo "Compiler: ${CC:-cc}"

Generated with cgit - Back to sebastiano.tronto.net