This commit is contained in:
kin fuyuki 2026-02-22 03:57:10 -03:00
commit 78868f5b52
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
13 changed files with 267 additions and 10 deletions

View file

@ -7,7 +7,7 @@ else ()
endif (DEFINED PLATFORMNAME)
set(CMAKE_CXX_FLAGS "-std=c++11 -w -g -Wno-error -O0")
set(CMAKE_CXX_FLAGS "-std=c++11 -w -g -Wno-error -Oz -mavx2")
file(GLOB_RECURSE ENDLAUNCHER "src/*.cpp")
add_executable(endlauncher ${ENDLAUNCHER})