22 lines
648 B
Plaintext
22 lines
648 B
Plaintext
$OpenBSD: patch-lib_silcmath_mpi_configure,v 1.2 2002/05/22 09:58:37 mark Exp $
|
|
--- lib/silcmath/mpi/configure.orig Sat May 18 01:41:04 2002
|
|
+++ lib/silcmath/mpi/configure Tue May 21 20:07:34 2002
|
|
@@ -977,7 +977,7 @@ PATH_SEPARATOR="$ac_path_separator"
|
|
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
|
|
@@ -1890,7 +1890,7 @@ if test x$want_asm = xtrue; then
|
|
echo "Using assembler optimization"
|
|
fi
|
|
|
|
-CFLAGS="$CFLAGS -O -D_REENTRANT"
|
|
+CFLAGS="$CFLAGS -D_REENTRANT"
|
|
#
|
|
# Put here any platform specific stuff
|
|
#
|