$NetBSD: patch-configure,v 1.2 2017/01/01 11:52:36 adam Exp $

Don't force compiler optimisations.

--- configure.orig	2017-01-01 01:48:15.000000000 +0000
+++ configure
@@ -20547,8 +20547,6 @@ if test "x$debug" = xtrue; then
 	CFLAGS="-g $CFLAGS"
 else
 	CPPFLAGS="-DNDEBUG $CPPFLAGS"
-	CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
-	CFLAGS="-O3 -funroll-loops $CFLAGS"
 fi
 
 
