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/dev-lang/mujs/files/mujs-1.1.1-flags.patch

13 lines
313 B

--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,6 @@ ifeq "$(build)" "debug"
else ifeq "$(build)" "sanitize"
CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer
LDFLAGS += -fsanitize=address
-else ifeq "$(build)" "release"
- CFLAGS += -O2
- LDFLAGS += -Wl,-s
endif
ifeq "$(HAVE_READLINE)" "yes"