1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
This commit is contained in:
Alex Kotov 2022-01-12 15:52:04 +05:00
parent fbab6ce995
commit 79a9b70ffb
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -79,7 +79,7 @@ are some non-default options:
* `--enable-guard` - safely return from functions even when assertions are
disabled. This option doesn't have effect if your assetion function was set
and ends execution of application (kernel). However it prevents crashes and
undefined behabior in other cases. You can also separately enable or disable
undefined behavior in other cases. You can also separately enable or disable
guards:
* `--(enable|disable)-guard-cond`
* `--(enable|disable)-guard-null`