DragonBuild / dragon

pip install dragon | A Powerful buildsystem and toolkit currently targeting darwin (iOS/macOS) machines
MIT License
220 stars 23 forks source link

[Feature Request] iOS-Release target (strip debug symbols and stuff) #83

Closed MrGcGamer closed 1 year ago

vr1s commented 1 year ago

https://github.com/DragonBuild/dragon/releases/tag/1.7.2 Adds a CLI command (r/release) that when passed will #define NDEBUG and add anything in the releaseflags: DragonMake variable to the list of cflags. Otherwise, the value of dbgflags: will be added.

A future commit will add a strip flag to the CLI