Optimization 30
This commit is contained in:
parent
51bc1395f8
commit
f1e6ed4ef8
7 changed files with 101 additions and 29 deletions
3
dub.sdl
3
dub.sdl
|
|
@ -9,6 +9,7 @@ sourcePaths
|
|||
configuration "clox" {
|
||||
buildOptions "betterC"
|
||||
sourcePaths "src/clox"
|
||||
versions "nanBoxing"
|
||||
}
|
||||
|
||||
configuration "clox-dbg" {
|
||||
|
|
@ -18,6 +19,8 @@ configuration "clox-dbg" {
|
|||
sourcePaths "src/clox"
|
||||
buildRequirements "requireBoundsCheck" "requireContracts"
|
||||
|
||||
versions "nanBoxing"
|
||||
|
||||
debugVersions "printCode" "traceExec"
|
||||
|
||||
/* debugVersions "stressGC" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue