From 2cce33f3bdfa0f59c5e829fb556093c200c3c816 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 29 Mar 2002 21:17:14 +0000 Subject: Added -Wno-long-double --- Mac/OSX/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12