diff options
Diffstat (limited to 'modules/codec/tests/SConscript')
-rw-r--r-- | modules/codec/tests/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/codec/tests/SConscript b/modules/codec/tests/SConscript index f8ffc92..ebaf45f 100644 --- a/modules/codec/tests/SConscript +++ b/modules/codec/tests/SConscript @@ -13,6 +13,8 @@ dir_path = Dir('.').abspath test_cases_env = env.Clone(); test_cases_env.Append(LIBS=['forstio-test']); +# test_cases_env.Append(CCFLAGS=['-fsanitize=address','-g']); +# test_cases_env.Append(LINKFLAGS=['-fsanitize=address']); test_cases_env.sources = sorted(glob.glob(dir_path + "/*.cpp")) test_cases_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) |