$OpenBSD: patch-configure,v 1.5 2020/12/11 19:17:41 kn Exp $

Removed hardcoded optimizations.

Index: configure
--- configure.orig
+++ configure
@@ -236,7 +236,6 @@ esac
 tryflag CFLAGS -pipe
 
 # Try flags to optimize binary size
-tryflag CFLAGS -O2
 tryflag CFLAGS -ffunction-sections
 tryflag CFLAGS -fdata-sections
 tryldflag LDFLAGS_AUTO -Wl,--gc-sections
