]> granicus.if.org Git - python/commitdiff
Reduce opt level for BeOS - Donn Cave.
authorGuido van Rossum <guido@python.org>
Mon, 22 May 2000 21:31:50 +0000 (21:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 May 2000 21:31:50 +0000 (21:31 +0000)
configure
configure.in

index 2c3041be69f68a0f678c8778d73c8360c67cdf4f..285e86293f83644c626f0744ef1d09d36c25fb10 100755 (executable)
--- 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"
index 3e4fb37e030720206b2532fbfaba515b061e4e16..c088313dd344d056912250cf851a4faa971e1b12 100644 (file)
@@ -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"