Skip to content

Commit

Permalink
Removed old MinGW workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pinam45 committed Sep 17, 2024
1 parent 11c9a36 commit f671e24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ foreach(
target_link_options(${target} PRIVATE "--coverage")
message(STATUS "${target}: enabled coverage")
endif()
# Some MinGW workaround for:
# "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'"
if(MINGW)
target_compile_options(${target} PRIVATE "-Wa,-mbig-obj")
endif()

# Require C++17/20
if(cxx_std_20 IN_LIST CMAKE_CXX_COMPILE_FEATURES)
Expand Down

0 comments on commit f671e24

Please sign in to comment.