From 812bd7b4838ee2a3cbfed48dd359076d5354c53f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 26 Oct 2025 10:40:18 +0200 Subject: [PATCH] Remove additional cflags --- pkg.info | 2 +- source.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index 8402b5f..12e1396 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: mesa description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more version: 25.2.5 -revision: 1 +revision: 2 url: https://www.mesa3d.org/ license: MIT and BSD-3-Clause and SGI-B-2.0 architecture: any diff --git a/source.sh b/source.sh index f3cab20..9530f4c 100644 --- a/source.sh +++ b/source.sh @@ -5,9 +5,6 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - # Build only minimal debug info to reduce size - export CFLAGS="${CFLAGS} -g1" CXXFLAGS="${CXXFLAGS} -g1" - meson setup --prefix=/usr \ --libdir=/usr/lib \ --buildtype=release \