add fat klotski

This commit is contained in:
2026-02-25 14:13:33 +01:00
parent 58235ac52e
commit a3a8c2f31a
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if(USE_TRACY)
option(TRACY_ON_DEMAND "" ON)
# Enable tracy macros in the application. Uses a LOT of memory.
add_compile_definitions(TRACY)
# add_compile_definitions(TRACY)
endif()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wno-unused-parameter -Wunreachable-code")