mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Just build shared libraries for static analysis.
Building the static libs just does the same work twice.
This commit is contained in:
parent
f53d1669f6
commit
80bb859c31
@ -60,7 +60,7 @@ fi
|
|||||||
|
|
||||||
mkdir checker-buildbot
|
mkdir checker-buildbot
|
||||||
cd checker-buildbot
|
cd checker-buildbot
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" ..
|
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" -DSDL_STATIC=OFF ..
|
||||||
PATH="$CHECKERDIR:$PATH" scan-build -o analysis $MAKE
|
PATH="$CHECKERDIR:$PATH" scan-build -o analysis $MAKE
|
||||||
mv analysis/* ../analysis
|
mv analysis/* ../analysis
|
||||||
rmdir analysis # Make sure this is empty.
|
rmdir analysis # Make sure this is empty.
|
||||||
|
Loading…
Reference in New Issue
Block a user