We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4688df6 commit 73324cbCopy full SHA for 73324cb
compiler-rt/lib/asan/CMakeLists.txt
@@ -88,7 +88,7 @@ set(ASAN_CFLAGS ${SANITIZER_COMMON_CFLAGS})
88
89
append_list_if(MSVC /Zl ASAN_CFLAGS)
90
91
-set(ASAN_COMMON_DEFINITIONS ${COMPILER_RT_ASAN_SHADOW_SCALE_DEFINITION})
+set(ASAN_COMMON_DEFINITIONS "")
92
93
append_rtti_flag(OFF ASAN_CFLAGS)
94
0 commit comments