ports/devel/kore/files/patch-Makefile
2020-09-09 23:07:57 +00:00

15 lines
263 B
Text

--- Makefile.orig 2020-09-08 19:35:30 UTC
+++ Makefile
@@ -48,12 +48,6 @@ ifneq ("$(DEBUG)", "")
FEATURES+=-DKORE_DEBUG
endif
-ifneq ("$(NOOPT)", "")
- CFLAGS+=-O0
-else
- CFLAGS+=-O2
-endif
-
ifneq ("$(NOSENDFILE)", "")
CFLAGS+=-DKORE_NO_SENDFILE
endif