Skip to content

main/meson: do not set b_ndebug in abuild-meson

Sören Tempel requested to merge nmeum/aports:meson-ndebug into master

The b_ndebug meson option is equivalent to setting -DNDEBUG in CXXFLAGS/CFLAGS in /etc/abuild.conf. The NDEBUG preprocessor macro disable alls assert(3) statements. If we really believe that enabling this by default is a good idea we should do so through the CXXFLAGS/CFLAGS variable to ensure this is activated for all aports, not just meson aports.

Edited by Sören Tempel

Merge request reports