mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Reduce opt level for BeOS - Donn Cave.
This commit is contained in:
parent
1d10f3eac2
commit
32000e8464
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue