0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 07:23:53 +01:00

doc: Document --enable-compact in the build addendum. [ci skip]

This commit is contained in:
Jason Volk 2019-06-06 15:10:13 -07:00
parent 3794c3e7df
commit 36bd89098d

View file

@ -27,6 +27,19 @@ don't need anything here.
Sets `-mtune=generic` as `native` is otherwise the default.
##### Compact mode
```
--enable-compact
```
Create the smallest possible resulting output. This will optimize for size
(if optimization is enabled), remove all debugging, strip symbols, and apply
any toolchain-feature or #ifdef in code that optimizes the output size.
_This feature is experimental. It may not build or execute on all platforms
reliably. Please report bugs._
##### Manually enable assertions
```