• Neil Conway's avatar
    When using GCC, change the default CFLAGS to: · 857e210e
    Neil Conway authored
      -O2 -Wall -Wmissing-prototypes -Wpointer-arith
    
    Check whether the version of GCC we are using supports any of:
    
      -Wdeclaration-after-statement
      -Wendif-labels
      -Wold-style-definition
    
    And add the supported flags to CFLAGS.
    857e210e
Makefile.global.in 14 KB