File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ MAKESETUP= $(srcdir)/Modules/makesetup
5959# Compiler options
6060OPT= @OPT@
6161BASECFLAGS= @BASECFLAGS@
62- CFLAGS= $(BASECFLAGS) $(OPT) @CFLAGS@ $(EXTRA_CFLAGS)
62+ CFLAGS= $(BASECFLAGS) @CFLAGS@ $(OPT) $(EXTRA_CFLAGS)
6363# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
6464# be able to build extension modules using the directories specified in the
6565# environment variables
Original file line number Diff line number Diff line change @@ -1463,8 +1463,6 @@ Extension Modules
14631463Build
14641464-----
14651465
1466- - Have CFLAGS come after OPT to allow for overriding warnings flags.
1467-
14681466- Issue #8854: Fix finding Visual Studio 2008 on Windows x64.
14691467
14701468- Issue #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for
You can’t perform that action at this time.
0 commit comments