japl/resources/profiles/debug_gc.json

16 lines
352 B
JSON

// Debugs JAPL's garbage collector, without any help
// from nim itself (the nim compiler options are identical to those of
// production.json)
{"flags": {
"gc": "none",
"d": "danger"
},
"verbose": true,
"override_config": true,
"install": true,
"ignore_binary": true,
"options": {
"debug_gc": "true"
}
}