japl/resources/profiles/debug_compiler.json

15 lines
338 B
JSON

// Debugs the JAPL compiler toolchain, 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_compiler": "true"
}
}