The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
260 B
8 lines
260 B
7 years ago
|
## 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.
|