Skip to content

Commit dae18f0

Browse files
Remove Werror
1 parent ab69aa7 commit dae18f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
3434
add_definitions("-D_DEBUG")
3535
endif()
3636

37-
add_compile_options("-Werror=global-constructors")
38-
3937
# Default to C++17
4038
set(CMAKE_CXX_STANDARD 17)
4139

0 commit comments

Comments
 (0)