Commit 32000e84 authored by Guido van Rossum's avatar Guido van Rossum

Reduce opt level for BeOS - Donn Cave.

parent 1d10f3ea
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.122 # From configure.in Revision: 1.123
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 # Generated automatically using autoconf version 2.13
...@@ -713,7 +713,7 @@ EOF ...@@ -713,7 +713,7 @@ EOF
x86) x86)
CC="gcc -I$PWD/BeOS" CC="gcc -I$PWD/BeOS"
without_gcc=no without_gcc=no
OPT="-DUSE_DL_EXPORT -O3 -mpentiumpro" OPT="-DUSE_DL_EXPORT -O"
CCSHARED=-UUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT
AR="$PWD/BeOS/ar-fake" AR="$PWD/BeOS/ar-fake"
......
...@@ -135,7 +135,7 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [ ...@@ -135,7 +135,7 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [
x86) x86)
CC="gcc -I$PWD/BeOS" CC="gcc -I$PWD/BeOS"
without_gcc=no without_gcc=no
OPT="-DUSE_DL_EXPORT -O3 -mpentiumpro" OPT="-DUSE_DL_EXPORT -O"
CCSHARED=-UUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT
AR="$PWD/BeOS/ar-fake" AR="$PWD/BeOS/ar-fake"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment