Jumping Back and Forth 23
This commit is contained in:
parent
98e7f950cf
commit
8717d37445
13 changed files with 299 additions and 30 deletions
6
dub.sdl
6
dub.sdl
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue