blob: 96e12eff5002902e1d913487a75b711040f07cc2 (
plain)
1
2
3
4
5
6
7
|
## b_ndebug : if-release
The value `if-release` can be given for the `b_ndebug` project option.
This will make the `NDEBUG` pre-compiler macro to be defined for release
type builds as if the `b_ndebug` project option had had the value `true`
defined for it.
|