From fc0fb99f0307e43c5c3d366695f62bb5aec4aa27 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 4 Jul 2021 13:45:44 +0200 Subject: [PATCH] Revert "package/weston: disable -NDEBUG" Setting NDEBUG is no longer done by the infra. This reverts commit 4d46a18555ad5c024b6d5fb28cf6f3cc0b2b0d5b. Signed-off-by: Yann E. MORIN --- package/weston/weston.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 0a4a661e48..69ee11d23c 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -19,8 +19,6 @@ 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 -- 2.30.2