dawn: Add PKG_BUILD_FLAGS:=no-lto because lto causes strange SegFaults

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
(cherry picked from commit d9acb54dc4)
This commit is contained in:
Carsten Schuette 2023-09-06 14:42:12 +02:00 committed by Josef Schlehofer
parent a062c2a510
commit f83e01a4be
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_FLAGS:=no-lto
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk