Add debug compiler

This commit is contained in:
2026-01-22 02:04:26 +01:00
parent faaf7fa120
commit 3a7b137165
2 changed files with 3 additions and 0 deletions

View File

@@ -51,3 +51,4 @@ if (MSVC)
else()
target_compile_options(TheChef PRIVATE -Wall -Wextra -Wpedantic)
endif()