Skip to content

Commit

Permalink
don't forget cmakelists...
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Oct 8, 2024
1 parent a892b24 commit 7f92e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(sm64-san-andreas)

option(BUILD_AS_PRE_RELEASE "Compile as a pre-release build" ON)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_FLAGS "-m32 -fpermissive -fPIC")
set(CMAKE_CXX_FLAGS_DEBUG "-g3")
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
Expand Down Expand Up @@ -57,6 +57,7 @@ target_compile_definitions(sm64-san-andreas PRIVATE
GTAGAME_ABBRLOW="\"sa"\"
GTAGAME_PROTAGONISTNAME="\"CJ"\"
GTAGAME_CITYNAME="\"San Andreas"\"
_HAS_CXX17
)

if (BUILD_AS_PRE_RELEASE)
Expand Down

0 comments on commit 7f92e39

Please sign in to comment.