remove sanitize=bounds

This commit is contained in:
Artem Pavlenko 2019-11-04 11:35:47 +00:00
parent e72803935a
commit f2732ed517

View file

@ -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()