summaryrefslogtreecommitdiff
path: root/dev-lang/mujs/files/mujs-1.1.1-flags.patch
blob: f3dbdfd44cd1274bf0c0481c3d24a31256426291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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"