mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
doc: Add note for --with-assert=trap [ci skip]
This commit is contained in:
parent
15e5873f40
commit
c514e32a3b
1 changed files with 6 additions and 0 deletions
|
@ -102,6 +102,12 @@ reliably. Please report bugs._
|
||||||
Implied by `--enable-debug`. This is useful to specifically enable `assert()`
|
Implied by `--enable-debug`. This is useful to specifically enable `assert()`
|
||||||
statements when `--enable-debug` is not used.
|
statements when `--enable-debug` is not used.
|
||||||
|
|
||||||
|
```
|
||||||
|
--with-assert=trap
|
||||||
|
```
|
||||||
|
Recommended when using `--enable-assert` for debugging. This replaces the
|
||||||
|
default mechanism of assertion with traps rather than aborts; allowing
|
||||||
|
developers to explore an unterminated program.
|
||||||
|
|
||||||
#### Manually enable optimization
|
#### Manually enable optimization
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue