diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-29 21:17:14 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-29 21:17:14 (GMT) |
commit | 2cce33f3bdfa0f59c5e829fb556093c200c3c816 (patch) | |
tree | ebdb4a27b1bf89d40172ab62f1f60797a38989ca /Mac/OSX | |
parent | c5fa303e786596922bc94ea52b7beba5561dfc1b (diff) | |
download | cpython-2cce33f3bdfa0f59c5e829fb556093c200c3c816.zip cpython-2cce33f3bdfa0f59c5e829fb556093c200c3c816.tar.gz cpython-2cce33f3bdfa0f59c5e829fb556093c200c3c816.tar.bz2 |
Added -Wno-long-double
Diffstat (limited to 'Mac/OSX')
-rw-r--r-- | Mac/OSX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 385e6ed..ed4bab1 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -15,7 +15,8 @@ INSTALL_PROGRAM=${INSTALL} INSTALL_SCRIPT= ${INSTALL_PROGRAM} INSTALL_DATA= ${INSTALL} -m 644 STRIPFLAG=-s -OPT=-g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -fno-common -dynamic +OPT=-g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp \ + -fno-common -dynamic INCLUDES=-I$(PYTHONBUILDDIR) -I$(PYTHONBUILDDIR)/Include \ -I$(PYTHONBUILDDIR)/Mac/Include DEFINES=-DHAVE_CONFIG_H |