• N
    When using GCC, change the default CFLAGS to: · 857e210e
    Neil Conway 提交于
      -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
c-compiler.m4 5.7 KB