From 4a85d662012360fecffc9b0e58a582204f631957 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 17 Jun 2025 14:41:12 +0200 Subject: Rewriting parts to avoid infinite recursion in flat index call --- modules/core/tests/SConscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/core/tests/SConscript') diff --git a/modules/core/tests/SConscript b/modules/core/tests/SConscript index b14b75d..b35f238 100644 --- a/modules/core/tests/SConscript +++ b/modules/core/tests/SConscript @@ -12,6 +12,10 @@ dir_path = Dir('.').abspath # Environment for base library 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.sources = sorted(glob.glob(dir_path + "/*.cpp")) test_cases_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) -- cgit v1.2.3