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 c8d8248 commit f536522Copy full SHA for f536522
compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -124,8 +124,11 @@ if (COMPILER_RT_HAS_GWP_ASAN)
124
RTGwpAsan RTGwpAsanBacktraceLibc RTGwpAsanSegvHandler
125
RTGwpAsanOptionsParser)
126
127
- list(APPEND SCUDO_CFLAGS -DGWP_ASAN_HOOKS -fno-omit-frame-pointer
128
- -mno-omit-leaf-frame-pointer)
+ append_list_if(COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG -fno-omit-frame-pointer
+ -mno-omit-leaf-frame-pointer
129
+ SCUDO_CFLAGS)
130
+ list(APPEND SCUDO_CFLAGS -DGWP_ASAN_HOOKS)
131
+
132
endif()
133
134
set(SCUDO_LINK_LIBS)
0 commit comments