Local Variables 22
This commit is contained in:
parent
4f2211eb72
commit
72a41e81e6
18 changed files with 1335 additions and 115 deletions
6
dub.sdl
6
dub.sdl
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue