mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
15 lines
263 B
Text
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
|