mirror of https://github.com/CGAL/cgal
Remove false-positive leaks detection from NVidia libGL
This commit is contained in:
parent
8a4d9ea1b1
commit
01c8cb1ec8
|
|
@ -1,8 +1,9 @@
|
||||||
|
REFS=/home/lrineau/infrastructure/reference-platforms
|
||||||
CC=/usr/local/packages/llvm-trunk/bin/clang
|
CC=/usr/local/packages/llvm-trunk/bin/clang
|
||||||
CXX=${CC}++
|
CXX=${CC}++
|
||||||
export CXX CC
|
export CXX CC
|
||||||
export QTDIR=/usr/lib64/qt-3.3
|
export QTDIR=/usr/lib64/qt-3.3
|
||||||
source /home/lrineau/infrastructure/reference-platforms/setup-common
|
source ${REFS}/setup-common
|
||||||
|
|
||||||
BOOST_ROOT=/home/lrineau/CGAL/boost/boost-release-branch
|
BOOST_ROOT=/home/lrineau/CGAL/boost/boost-release-branch
|
||||||
export BOOST_ROOT
|
export BOOST_ROOT
|
||||||
|
|
@ -10,8 +11,9 @@ export BOOST_ROOT
|
||||||
CXXFLAGS="-I$BOOST_ROOT/include -fsanitize=address"
|
CXXFLAGS="-I$BOOST_ROOT/include -fsanitize=address"
|
||||||
|
|
||||||
ASAN_OPTIONS="detect_leaks=1"
|
ASAN_OPTIONS="detect_leaks=1"
|
||||||
|
LSAN_OPTIONS="suppressions=${REFS}/x86-64_Linux-Fedora19_llvm-clang-with-g++-4.8/suppr.txt"
|
||||||
ASAN_SYMBOLIZER_PATH=/usr/local/packages/llvm-trunk/bin/llvm-symbolizer
|
ASAN_SYMBOLIZER_PATH=/usr/local/packages/llvm-trunk/bin/llvm-symbolizer
|
||||||
export ASAN_OPTIONS ASAN_SYMBOLIZER_PATH
|
export ASAN_OPTIONS LSAN_OPTIONS ASAN_SYMBOLIZER_PATH
|
||||||
|
|
||||||
ULIMIT_OPTIONS="-c 0 -t 3600 -v unlimited"
|
ULIMIT_OPTIONS="-c 0 -t 3600 -v unlimited"
|
||||||
export ULIMIT_OPTIONS
|
export ULIMIT_OPTIONS
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
leak:nvidia/libGL
|
||||||
Loading…
Reference in New Issue