Remove additional cflags

This commit is contained in:
2025-10-26 10:40:18 +02:00
parent 1f84b006d8
commit 812bd7b483
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -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 \