summaryrefslogtreecommitdiff
path: root/devel/kore/files/patch-Makefile
blob: 2413aba711261e4bf99bd4c8a46728622baacb39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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