Mailing List Archive

CVS: python/dist/src/Mac/OSX Makefile,1.9,1.10
Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv28915

Modified Files:
Makefile
Log Message:
Added -Wno-long-double


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile 29 Mar 2002 14:18:18 -0000 1.9
--- Makefile 29 Mar 2002 21:17:14 -0000 1.10
***************
*** 16,20 ****
INSTALL_DATA= ${INSTALL} -m 644
STRIPFLAG=-s
! OPT=-g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -fno-common -dynamic
INCLUDES=-I$(PYTHONBUILDDIR) -I$(PYTHONBUILDDIR)/Include \
-I$(PYTHONBUILDDIR)/Mac/Include
--- 16,21 ----
INSTALL_DATA= ${INSTALL} -m 644
STRIPFLAG=-s
! 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