mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Remove big obj flag for compilers except MSVC within test cmake
This commit is contained in:
parent
84a7d46cbf
commit
1d94989a4d
@ -14,8 +14,6 @@ endif()
|
||||
|
||||
if (MSVC)
|
||||
add_compile_options(/bigobj)
|
||||
else ()
|
||||
add_compile_options(-Wa,-mbig-obj)
|
||||
endif ()
|
||||
|
||||
include(FetchContent)
|
||||
|
Loading…
Reference in New Issue
Block a user