]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Use -std=c++0x for big_debuginfo_symbol to appease older compilers.
authorMark Wielaard <mark@klomp.org>
Mon, 5 Sep 2016 13:13:12 +0000 (13:13 +0000)
committerMark Wielaard <mark@klomp.org>
Mon, 5 Sep 2016 13:13:12 +0000 (13:13 +0000)
commita7d9347bdfdacdb3abd776743cbbb48dfc0a1d80
tree6bf47ee3ac51710ecce60d31234a4f37f0b82670
parent5ec46ea778299a7fdc30c66db28df5fd02eb2555
Use -std=c++0x for big_debuginfo_symbol to appease older compilers.

gcc 4.4 doesn't know -std=c++11, but does recognize -std=c++0x.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15944
memcheck/tests/Makefile.am