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)
|
if (MSVC)
|
||||||
add_compile_options(/bigobj)
|
add_compile_options(/bigobj)
|
||||||
else ()
|
|
||||||
add_compile_options(-Wa,-mbig-obj)
|
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
Loading…
Reference in New Issue
Block a user