From e0d735d363ed70d7942cfb42074012fe893b6846 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 7 Oct 2025 18:34:55 +0300 Subject: [PATCH] Remove accidental command used for debugging --- source.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/source.sh b/source.sh index f7f3f61..f3cab20 100644 --- a/source.sh +++ b/source.sh @@ -7,7 +7,6 @@ build() { # Build only minimal debug info to reduce size export CFLAGS="${CFLAGS} -g1" CXXFLAGS="${CXXFLAGS} -g1" - exit 1 meson setup --prefix=/usr \ --libdir=/usr/lib \