$NetBSD: patch-kodev_Makefile,v 1.5 2022/03/19 08:51:46 fcambus Exp $

Remove hardcoded optimizations.

--- kodev/Makefile.orig	2022-03-18 20:06:33.000000000 +0000
+++ kodev/Makefile
@@ -17,8 +17,6 @@ LDFLAGS=-lcrypto
 
 ifneq ("$(NOOPT)", "")
 	CFLAGS+=-O0
-else
-	CFLAGS+=-O2
 endif
 
 ifneq ("$(MINIMAL)", "")
