$OpenBSD: patch-configure,v 1.1.1.1 2017/12/23 12:31:27 landry Exp $

Do not hardcode optimization flags.

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