summaryrefslogtreecommitdiff
blob: 3c57f4699109040b570ee32a9e537c1040ffe548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Makefile b/Makefile
index 1702e67..7b24457 100644
--- a/Makefile
+++ b/Makefile
@@ -30,9 +30,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 += -Os
-  LDFLAGS += -Wl,-s
 endif
 
 ifeq "$(HAVE_READLINE)" "yes"