Suppress lsan glfw leak
This commit is contained in:
parent
78b4b739e6
commit
538a6698d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/writeimage
|
/writeimage
|
||||||
*.fasl
|
*.fasl
|
||||||
*.so
|
*.so
|
||||||
|
/.emacs.desktop*
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ game.so: game.cpp game.h lib.h sprites.h game_data.h Makefile
|
|||||||
mv game.so.tmp game.so
|
mv game.so.tmp game.so
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
LD_LIBRARY_PATH=lib ./main
|
LSAN_OPTIONS=suppressions=./lsan.supp LD_LIBRARY_PATH=lib ./main
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -vf *.so *.o main
|
rm -vf *.so *.o main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user