mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
doc: Document --enable-compact in the build addendum. [ci skip]
This commit is contained in:
parent
3794c3e7df
commit
36bd89098d
1 changed files with 13 additions and 0 deletions
13
doc/BUILD.md
13
doc/BUILD.md
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue