remove sanitize=bounds

This commit is contained in:
Artem Pavlenko 2019-11-04 11:41:49 +00:00
parent f2732ed517
commit 370f38a2c3

View file

@ -20,7 +20,6 @@ else:
test_env.AppendUnique(LIBS='dl')
test_env.AppendUnique(CXXFLAGS='-g')
test_env['CXXFLAGS'] = copy(test_env['LIBMAPNIK_CXXFLAGS'])
test_env['CPPFLAGS'] = '-fsanitize=bounds'
test_env.Append(CPPDEFINES = env['LIBMAPNIK_DEFINES'])
if test_env['HAS_CAIRO']: