$OpenBSD: patch-configure,v 1.4 2020/06/11 16:56:34 kn Exp $

Removed hardcoded optimizations.

Index: configure
--- configure.orig
+++ configure
@@ -235,7 +235,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
