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.
-Wglobal-constructors
1 parent bd4d351 commit 77f0708Copy full SHA for 77f0708
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -57,7 +57,6 @@ function(_get_common_test_compile_options output_var c_test flags)
57
list(APPEND compile_options "-Wnewline-eof")
58
list(APPEND compile_options "-Wnonportable-system-include-path")
59
list(APPEND compile_options "-Wthread-safety")
60
- # list(APPEND compile_options "-Wglobal-constructors")
61
endif()
62
63
set(${output_var} ${compile_options} PARENT_SCOPE)
0 commit comments