You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/uxn/files/uxn-build.sh.patch

12 lines
363 B

--- 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