Local Variables 22

This commit is contained in:
nazrin 2025-06-07 23:52:16 +00:00
parent 4f2211eb72
commit 72a41e81e6
18 changed files with 1335 additions and 115 deletions

View file

@ -9,9 +9,9 @@ targetType "executable"
sourcePaths
configuration "clox" {
buildOptions "betterC"
/* debugVersions "memTrace" */
debugVersions "traceExec"
/* buildOptions "betterC" */
debugVersions "memTrace"
/* debugVersions "traceExec" */
/* debugVersions "printCode" */
dflags "-checkaction=C"
libs "libbacktrace"