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 94a783b commit f20b84dCopy full SHA for f20b84d
libc/CMakeLists.txt
@@ -34,7 +34,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
34
add_definitions("-D_DEBUG")
35
endif()
36
37
-# add_compile_options("-Werror=global-constructors")
+add_compile_options("-Werror=global-constructors")
38
39
# Default to C++17
40
set(CMAKE_CXX_STANDARD 17)
0 commit comments