From: Guido van Rossum Date: Mon, 22 May 2000 21:31:50 +0000 (+0000) Subject: Reduce opt level for BeOS - Donn Cave. X-Git-Tag: v2.0b1~1706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32000e84646e1c8a1b0307551b54223cee489570;p=python Reduce opt level for BeOS - Donn Cave. --- diff --git a/configure b/configure index 2c3041be69..285e86293f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.122 +# From configure.in Revision: 1.123 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -713,7 +713,7 @@ EOF x86) CC="gcc -I$PWD/BeOS" without_gcc=no - OPT="-DUSE_DL_EXPORT -O3 -mpentiumpro" + OPT="-DUSE_DL_EXPORT -O" CCSHARED=-UUSE_DL_EXPORT AR="$PWD/BeOS/ar-fake" diff --git a/configure.in b/configure.in index 3e4fb37e03..c088313dd3 100644 --- a/configure.in +++ b/configure.in @@ -135,7 +135,7 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [ x86) CC="gcc -I$PWD/BeOS" without_gcc=no - OPT="-DUSE_DL_EXPORT -O3 -mpentiumpro" + OPT="-DUSE_DL_EXPORT -O" CCSHARED=-UUSE_DL_EXPORT AR="$PWD/BeOS/ar-fake"