diff options
author | Guido van Rossum <guido@python.org> | 2000-05-22 21:31:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-05-22 21:31:50 (GMT) |
commit | 32000e84646e1c8a1b0307551b54223cee489570 (patch) | |
tree | 5baeb2c2b45b7db543af9d20077703751628bc7a /configure | |
parent | 1d10f3eac2248ca0af65eeb6414d3ef841419761 (diff) | |
download | cpython-32000e84646e1c8a1b0307551b54223cee489570.zip cpython-32000e84646e1c8a1b0307551b54223cee489570.tar.gz cpython-32000e84646e1c8a1b0307551b54223cee489570.tar.bz2 |
Reduce opt level for BeOS - Donn Cave.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |