We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc756c5 commit abd0e68Copy full SHA for abd0e68
unittest/run_gcov.sh
@@ -15,14 +15,14 @@ date
15
echo "!! -------------------------------------------------------------"
16
17
echo ""
18
-echo "Run gcov with: -DNO_POSIX_THREADS -O0"
+echo "Run gcov with: -O0"
19
cd ../mapcodelib
20
gcc $OPTS -O0 -c mapcoder.c
21
cd ../unittest
22
-gcc $OPTS -DNO_POSIX_THREADS -O0 unittest.c -lm -o unittest $LIB
+gcc $OPTS -O0 unittest.c -lm -lpthread -o unittest $LIB
23
./unittest
24
25
-gcov unittest.c
+gcov mapcoder.c
26
27
gcov unittest.c
28
0 commit comments