japl/resources/profiles/production.json

10 lines
165 B
JSON
Raw Normal View History

2021-02-03 20:12:00 +01:00
// Production build options
{"flags": {
"gc": "none",
2021-04-18 12:04:24 +02:00
"d": "release"
2021-02-03 20:12:00 +01:00
},
"override_config": true,
"install": true,
"ignore_binary": true
}