summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/cmake/configs/modes.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/cmake/configs/modes.cmake')
-rw-r--r--src/third_party/wiredtiger/cmake/configs/modes.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/cmake/configs/modes.cmake b/src/third_party/wiredtiger/cmake/configs/modes.cmake
index ee2a265742e..edb1f03875c 100644
--- a/src/third_party/wiredtiger/cmake/configs/modes.cmake
+++ b/src/third_party/wiredtiger/cmake/configs/modes.cmake
@@ -142,8 +142,8 @@ set(tsan_compiler_cxx_flag "-fsanitize=thread")
# Define our custom build variants.
define_build_mode(ASan
- C_COMPILER_FLAGS ${asan_compiler_c_flag}
- CXX_COMPILER_FLAGS ${asan_compiler_cxx_flag}
+ C_COMPILER_FLAGS ${asan_compiler_c_flag} ${no_omit_frame_flag}
+ CXX_COMPILER_FLAGS ${asan_compiler_cxx_flag} ${no_omit_frame_flag}
LINK_FLAGS ${asan_link_flags}
LIBS ${asan_lib_flags}
)