$OpenBSD: patch-configure,v 1.47 2016/05/13 07:20:46 ajacoutot Exp $
--- configure.orig	Mon May  2 13:29:24 2016
+++ configure	Mon May  2 19:08:15 2016
@@ -4515,10 +4515,6 @@ fi
 if test "$gcov" = "yes" ; then
   CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
   LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
-elif test "$fortify_source" = "yes" ; then
-  CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
-elif test "$debug" = "no"; then
-  CFLAGS="-O2 $CFLAGS"
 fi
 
 ##########################################
