diff --git a/test/build.py b/test/build.py index 53db47476..57537bbee 100644 --- a/test/build.py +++ b/test/build.py @@ -29,7 +29,6 @@ else: test_env.PrependUnique(CPPPATH=['./']) if test_env['PLATFORM'] == 'Linux': test_env['LINKFLAGS'].append('-pthread') - test_env['LINKFLAGS'].append('-fsanitize=bounds') test_env.AppendUnique(LIBS='boost_program_options%s' % env['BOOST_APPEND']) test_env_local = test_env.Clone()