SIGN IN SIGN UP

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).
B
Brett Cannon committed
620c6c760dd8e596b0c630fed736f2a958b09d4a
Parent: 1341f57