ports/databases/valkey/files/patch-deps-linenoise-Makefile
Yasuhiro Kimura a08336423d databases/valkey: Add new port
Add databases/valkey, High-performance data structure server that
primarily serves key/value workloads.
2024-04-02 16:13:36 +09:00

15 lines
294 B
Text

--- deps/linenoise/Makefile.orig 2019-09-25 10:40:18 UTC
+++ deps/linenoise/Makefile
@@ -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)