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