Skip to content
  • Joel Uckelman's avatar
    106ee28f
    * Rectified the confusion between CPPFLAGS and CXXFLAGS. CPPFLAGS is for · 106ee28f
    Joel Uckelman authored
    preprocessor flags (such as -I). CXXFLAGS is for C++ compilation flags
    (such as -Wall).
    
    * Set AM_CFLAGS and AM_CXXFLAGS in configure.ac so that each Makefile.am
    gets default warning flags. This eliminates the duplication of -Wall in a
    dozen places.
    
    * Set the compliation warning flags to -Wall -Wextra -Wpedantic, so that
    we see all the warnings. We can't fix warnings we never see.
    106ee28f
    * Rectified the confusion between CPPFLAGS and CXXFLAGS. CPPFLAGS is for
    Joel Uckelman authored
    preprocessor flags (such as -I). CXXFLAGS is for C++ compilation flags
    (such as -Wall).
    
    * Set AM_CFLAGS and AM_CXXFLAGS in configure.ac so that each Makefile.am
    gets default warning flags. This eliminates the duplication of -Wall in a
    dozen places.
    
    * Set the compliation warning flags to -Wall -Wextra -Wpedantic, so that
    we see all the warnings. We can't fix warnings we never see.
Loading