Jumping Back and Forth 23

This commit is contained in:
nazrin 2025-06-08 05:32:04 +00:00
parent 98e7f950cf
commit 8717d37445
13 changed files with 299 additions and 30 deletions

View file

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