$OpenBSD: patch-lib_silcmath_mpi_configure,v 1.3 2002/09/24 17:20:10 fgsch Exp $
--- lib/silcmath/mpi/configure.orig	Sat Sep  7 14:04:50 2002
+++ lib/silcmath/mpi/configure	Thu Sep 19 06:12:06 2002
@@ -978,7 +978,7 @@ rm -f conftest.sh
 
 # Compiler settings
 #
-CFLAGS="-g -O -I. -DMP_API_COMPATIBLE $CFLAGS"
+CFLAGS="-I. -DMP_API_COMPATIBLE $CFLAGS"
 if test "$GCC"; then
   CFLAGS="$CFLAGS -Wall"
 fi
@@ -1892,7 +1892,7 @@ if test x$want_asm = xtrue; then
   echo "Using assembler optimization if possible."
 fi
 
-CFLAGS="$CFLAGS -O -D_REENTRANT"
+CFLAGS="$CFLAGS -D_REENTRANT"
 
 # Put here any platform specific stuff
 #
