mirror of
https://github.com/open-goal/jak-project
synced 2026-07-25 14:27:10 -04:00
Merge branch 'master' of https://github.com/water111/jak-project into w/ir
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(jak)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
# Set default compile flags for GCC
|
||||
# optimization level can be set here. Note that game/ overwrites this for building game C++ code.
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# We define our own compilation flags here.
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
# Set default compile flags for GCC
|
||||
# optimization level can be set here. Note that game/ overwrites this for building game C++ code.
|
||||
|
||||
Reference in New Issue
Block a user