build with NDEBUG to disable asserts

matches autotools build when --enable-debug is not specified and meson with
--buildtype=release
This commit is contained in:
jsg 2020-09-01 06:54:06 +00:00
parent eb922cd93f
commit 38d06173f5

View File

@ -102,6 +102,7 @@ CPPFLAGS+= \
-DHAVE___BUILTIN_POPCOUNT \
-DHAVE___BUILTIN_POPCOUNTLL \
-DHAVE___BUILTIN_UNREACHABLE \
-DNDEBUG \
-DUSE_GCC_ATOMIC_BUILTINS \
-DPACKAGE_BUGREPORT=\"bugs@openbsd.org\" \
-D_FILE_OFFSET_BITS=64 \