[Buildroot] [git commit branch/next] package/weston: disable -NDEBUG
From: Yann E. MORIN <hidden>
Date: 2021-08-03 21:37:43
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-08-03 21:37:43
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=4d46a18555ad5c024b6d5fb28cf6f3cc0b2b0d5b branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next Per upstream -NDEBUG should not be set for any builds: https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/643#note_958356 Fixes: http://autobuild.buildroot.net/results/f42/f420890de1b52786f8cf5f2922b69c909162eaa1/ Signed-off-by: James Hilliard <redacted> Signed-off-by: Yann E. MORIN <redacted> --- package/weston/weston.mk | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 69ee11d23c..0a4a661e48 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk@@ -19,6 +19,8 @@ WESTON_CONF_OPTS = \ -Dcolor-management-colord=false \ -Dremoting=false +WESTON_CFLAGS="$(TARGET_CFLAGS) -UNDEBUG" + # Uses VIDIOC_EXPBUF, only available from 3.8+ ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8),y) WESTON_CONF_OPTS += -Dsimple-clients=dmabuf-v4l
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot