weird bug happened where lots stuf corrupted, better i commit asap
This commit is contained in:
parent
b07bb475a7
commit
aa92184cf5
243 changed files with 488 additions and 92 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "-std=c++26 -Wno-error -Oz -w -g -mavx2")
|
||||
set(CMAKE_CXX_FLAGS "-std=c++26 -Wno-error -O0 -w -g -mavx2")
|
||||
file(GLOB_RECURSE ANIMSOURCES CONFIGURE_DEPENDS "src/*.cpp")
|
||||
add_executable(animatronical-1 ${ANIMSOURCES})
|
||||
if(NOT DEFINED ${ARCH})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue