Skip to content

Commit

Permalink
scan_build --status-bugs - related to #287
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m committed Sep 14, 2017
1 parent 04cc6cc commit 84fcd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ scan_build=$(which scan-build)
[ -z "$scan_build" ] && { echo "couldn't find clang scan-build"; exit 1; } || echo "run $scan_build"
export CFLAGS="-DUSE_LTM -DLTM_DESC -I/usr/include"
export EXTRALIBS="-ltommath"
$scan_build make -f makefile.unix all CFLAGS="$CFLAGS" EXTRALIBS="$EXTRALIBS"
$scan_build --status-bugs make -f makefile.unix all CFLAGS="$CFLAGS" EXTRALIBS="$EXTRALIBS"

0 comments on commit 84fcd4a

Please sign in to comment.