Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cce33f

Browse files
committed
Added -Wno-long-double
1 parent c5fa303 commit 2cce33f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mac/OSX/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ INSTALL_PROGRAM=${INSTALL}
1515
INSTALL_SCRIPT= ${INSTALL_PROGRAM}
1616
INSTALL_DATA= ${INSTALL} -m 644
1717
STRIPFLAG=-s
18-
OPT=-g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -fno-common -dynamic
18+
OPT=-g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp \
19+
-fno-common -dynamic
1920
INCLUDES=-I$(PYTHONBUILDDIR) -I$(PYTHONBUILDDIR)/Include \
2021
-I$(PYTHONBUILDDIR)/Mac/Include
2122
DEFINES=-DHAVE_CONFIG_H

0 commit comments

Comments
 (0)