Skip to content

Commit cec6202

Browse files
committed
Updated
1 parent ef59be6 commit cec6202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/run_sanitizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Run with: -O1" | tee -a $REPORT
3131
cd ../mapcodelib
3232
gcc $OPTS -O1 -c mapcoder.c
3333
cd ../unittest
34-
gcc $OPTS -O1 unittest.c -lm -lpthread -fsanitize=address -o unittest $LINK
34+
gcc $OPTS -O1 unittest.c -lm -lpthread -fsanitize=address -o unittest $LIB
3535
./unittest | tee -a $REPORT
3636
echo "----------------" | tee -a $REPORT
3737

0 commit comments

Comments
 (0)