From: Jack Jansen Date: Fri, 29 Mar 2002 21:17:14 +0000 (+0000) Subject: Added -Wno-long-double X-Git-Tag: v2.3c1~6256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cce33f3bdfa0f59c5e829fb556093c200c3c816;p=python Added -Wno-long-double --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 385e6ed980..ed4bab19b8 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