summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-22 21:31:50 (GMT)
committerGuido van Rossum <guido@python.org>2000-05-22 21:31:50 (GMT)
commit32000e84646e1c8a1b0307551b54223cee489570 (patch)
tree5baeb2c2b45b7db543af9d20077703751628bc7a /configure.in
parent1d10f3eac2248ca0af65eeb6414d3ef841419761 (diff)
downloadcpython-32000e84646e1c8a1b0307551b54223cee489570.zip
cpython-32000e84646e1c8a1b0307551b54223cee489570.tar.gz
cpython-32000e84646e1c8a1b0307551b54223cee489570.tar.bz2
Reduce opt level for BeOS - Donn Cave.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3e4fb37..c088313 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"