stuf
This commit is contained in:
parent
ea1f4364f1
commit
78868f5b52
13 changed files with 267 additions and 10 deletions
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue