japl/resources/profiles/development.json

12 lines
207 B
JSON

// Development build options
{"flags": {
"gc": "boehm",
"d": "debug",
"opt": "speed"
},
"verbose": true,
"override_config": true,
"install": true,
"ignore_binary": true
}