mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 06:09:55 +01:00
WIP, Continue writing additional parser tests, add big object flag to test cmake
This commit is contained in:
@@ -12,6 +12,12 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
|
||||
target_compile_options(ssp INTERFACE -Wall -Wextra)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
add_compile_options(/bigobj)
|
||||
else ()
|
||||
add_compile_options(-Wa,-mbig-obj)
|
||||
endif ()
|
||||
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
DOCTEST
|
||||
|
||||
Reference in New Issue
Block a user