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 11c9a36 commit f671e24Copy full SHA for f671e24
tests/CMakeLists.txt
@@ -83,11 +83,6 @@ foreach(
83
target_link_options(${target} PRIVATE "--coverage")
84
message(STATUS "${target}: enabled coverage")
85
endif()
86
- # Some MinGW workaround for:
87
- # "Fatal error: can't write 233 bytes to section .text of tests/CMakeFiles/dynamic_bitset_tests_base.dir/src/main.cpp.obj: 'File too big'"
88
- if(MINGW)
89
- target_compile_options(${target} PRIVATE "-Wa,-mbig-obj")
90
- endif()
91
92
# Require C++17/20
93
if(cxx_std_20 IN_LIST CMAKE_CXX_COMPILE_FEATURES)
0 commit comments