weird bug happened where lots stuf corrupted, better i commit asap

This commit is contained in:
kin fuyuki 2026-02-24 12:59:58 -03:00
commit aa92184cf5
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
243 changed files with 488 additions and 92 deletions

View file

@ -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})