Kaydet (Commit) 78c06b37 authored tarafından Caolán McNamara's avatar Caolán McNamara

add GLIBCXX_FORCE_NEW for memcheck

üst 1a1024a0
...@@ -78,6 +78,8 @@ if [ "$VALGRIND" != "" ]; then ...@@ -78,6 +78,8 @@ if [ "$VALGRIND" != "" ]; then
if [ "$VALGRIND" = "memcheck" ]; then if [ "$VALGRIND" = "memcheck" ]; then
G_SLICE=always-malloc G_SLICE=always-malloc
export G_SLICE export G_SLICE
GLIBCXX_FORCE_NEW=1
export GLIBCXX_FORCE_NEW
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment