japl/resources/profiles/debug_vm.json

15 lines
333 B
JSON

// Debugs the JAPL Virtual Machine, but without any help
// from nim itself (the nim compiler options are identical to those of
// production.json)
{"flags": {
"gc": "none"
},
"verbose": true,
"override_config": true,
"install": true,
"ignore_binary": true,
"options": {
"debug_vm": "true"
}
}