mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 00:14:38 -04:00
Fix unit-tests, this is important!
https://trac.osgeo.org/mapserver/ticket/1642
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ project(jak)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
# optimization level can be set here. Note that game/ overwrites this for building game C++ code.
|
||||
set(CMAKE_CXX_FLAGS "-O3 -ggdb")
|
||||
set(CMAKE_CXX_FLAGS "-O3 -ggdb /EHsc")
|
||||
|
||||
# Set default compile flags for GCC
|
||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
|
||||
Reference in New Issue
Block a user