We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfb2a5 commit 907d530Copy full SHA for 907d530
1 file changed
coverity.sh
@@ -16,7 +16,7 @@ myCflags=""
16
myCflags="$myCflags -O2 ${2}"
17
myCflags="$myCflags -pipe -Werror -Wpointer-arith -Winit-self -Wextra -Wall -Wformat -Wformat-security"
18
19
-CFLAGS="$myCflags" cov-build --dir cov-int make -f makefile -j3 IGNORE_SPEED=1 1>gcc_1.txt
+CFLAGS="$myCflags" cov-build --dir cov-int make -f makefile.unix $MAKE_OPTS IGNORE_SPEED=1 1>gcc_1.txt
20
21
if [ $? -ne 0 ]
22
then
0 commit comments