]> granicus.if.org Git - python/commit
Having CFLAGS come before OPT prevents silencing certain classes of warnings
authorBrett Cannon <bcannon@gmail.com>
Sat, 26 Jun 2010 22:29:06 +0000 (22:29 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 26 Jun 2010 22:29:06 +0000 (22:29 +0000)
commit620c6c760dd8e596b0c630fed736f2a958b09d4a
tree6e51df663779b49646a4816cfb9dd8d675084b8e
parent1341f57c9f5502ad3cb7247f53d1bca784f296e4
Having CFLAGS come before OPT prevents silencing certain classes of warnings
from the fact that OPT contains -Wall be default. This is annoying when
compilers like clang have thorough debugging information about things that
Python does extensively (e.g. -Wunused-value for unused return values caused by
a macro use).
Makefile.pre.in
Misc/NEWS