aboutsummaryrefslogtreecommitdiff
path: root/databases/redis4/files/patch-deps-linenoise-Makefile
blob: 8f39994aa2014e93edd658a101438529fdcfa9af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- deps/linenoise/Makefile.orig	2015-01-17 22:13:25.000000000 +0300
+++ deps/linenoise/Makefile	2015-01-17 22:13:45.000000000 +0300
@@ -1,10 +1,10 @@
 STD=
 WARN= -Wall
-OPT= -Os
+#OPT= -Os
 
 R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS)
 R_LDFLAGS= $(LDFLAGS)
-DEBUG= -g
+#DEBUG= -g
 
 R_CC=$(CC) $(R_CFLAGS)
 R_LD=$(CC) $(R_LDFLAGS)