Add support for build profiles.

Allow enabling or disabling specific classes (which will not be built).
This commit is contained in:
Fabio Alessandrelli
2023-07-07 21:49:56 +02:00
parent 8cdd56e149
commit 1186c488bd
3 changed files with 132 additions and 5 deletions

9
test/build_profile.json Normal file
View File

@@ -0,0 +1,9 @@
{
"enabled_classes": [
"Control",
"Label",
"OS",
"TileMap",
"InputEventKey"
]
}