forked from Lainports/opnsense-ports
15 lines
342 B
Text
15 lines
342 B
Text
--- 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)
|