From 16932da2f6dba71de6123594514d5ef190fe38bc Mon Sep 17 00:00:00 2001 From: Shreyas Atre Date: Mon, 16 Dec 2024 19:20:18 -0600 Subject: [PATCH] Remove unncessary changes in this PR Signed-off-by: Shreyas Atre --- libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt b/libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt index 76dc5fcd980..559ee830030 100644 --- a/libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt +++ b/libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt @@ -246,7 +246,3 @@ foreach(test ${tests}) "modules.algorithms.algorithms" ${test} ${${test}_PARAMETERS} ) endforeach() - -target_compile_options(reduce_deterministic_test PRIVATE -fsanitize=address) - -target_link_options(reduce_deterministic_test PRIVATE -fsanitize=address) \ No newline at end of file