We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef59be6 commit cec6202Copy full SHA for cec6202
unittest/run_sanitizer.sh
@@ -31,7 +31,7 @@ echo "Run with: -O1" | tee -a $REPORT
31
cd ../mapcodelib
32
gcc $OPTS -O1 -c mapcoder.c
33
cd ../unittest
34
-gcc $OPTS -O1 unittest.c -lm -lpthread -fsanitize=address -o unittest $LINK
+gcc $OPTS -O1 unittest.c -lm -lpthread -fsanitize=address -o unittest $LIB
35
./unittest | tee -a $REPORT
36
echo "----------------" | tee -a $REPORT
37
0 commit comments