summaryrefslogtreecommitdiff
path: root/app-emulation/uxn/files/uxn-build.sh.patch
blob: a99ed23d737e7f5e6d64a18355d9041a744a4389 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/build.sh
+++ b/build.sh
@@ -94,7 +94,7 @@ then
 	CFLAGS="${CFLAGS} -DDEBUG -Wpedantic -Wshadow -Wextra -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wvla -g -Og -fsanitize=address -fsanitize=undefined"
 	CORE='src/uxn.c'
 else
-	CFLAGS="${CFLAGS} -DNDEBUG -Os -g0 -s"
+	CFLAGS="${CFLAGS} -DNDEBUG"
 	CORE='src/uxn.c'
 fi