diff options
Diffstat (limited to 'modules/core/tests/SConscript')
| -rw-r--r-- | modules/core/tests/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/tests/SConscript b/modules/core/tests/SConscript index b35f238..2c86827 100644 --- a/modules/core/tests/SConscript +++ b/modules/core/tests/SConscript @@ -13,8 +13,8 @@ dir_path = Dir('.').abspath test_cases_env = env.Clone(); test_cases_env.Append(CCFLAGS=['-g']); -# test_cases_env.Append(CCFLAGS=['-fsanitize=address','-g']); -# test_cases_env.Append(LINKFLAGS=['-fsanitize=address']); +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")) |
