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 cd0a824 commit ce8ed00Copy full SHA for ce8ed00
compiler-rt/lib/tsan/rtl/CMakeLists.txt
@@ -2,7 +2,7 @@ include_directories(../..)
2
3
set(TSAN_RTL_CFLAGS ${TSAN_CFLAGS})
4
append_list_if(COMPILER_RT_HAS_MSSE4_2_FLAG -msse4.2 TSAN_RTL_CFLAGS)
5
-append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=656
+append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=530
6
TSAN_RTL_CFLAGS)
7
append_list_if(COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG -Wglobal-constructors
8
0 commit comments