Skip to content

Commit f671e24

Browse files
committed
Removed old MinGW workaround
1 parent 11c9a36 commit f671e24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ foreach(
8383
target_link_options(${target} PRIVATE "--coverage")
8484
message(STATUS "${target}: enabled coverage")
8585
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()
9186

9287
# Require C++17/20
9388
if(cxx_std_20 IN_LIST CMAKE_CXX_COMPILE_FEATURES)

0 commit comments

Comments
 (0)