1. 30 5月, 2014 2 次提交
    • Travis Cross's avatar
      Build mod_perl without pedantic flags even when debugging · 750e2bae
      Travis Cross 提交于
      This means we don't have to set PERL_GCC_PEDANTIC which removes
      assertions that are helpful for debugging.
      750e2bae
    • Brian West's avatar
      Since we can't tell if the system perl was built with pedantic, we have a… · cb94340e
      Brian West 提交于
      Since we can't tell if the system perl was built with pedantic, we have a problem because we default debug enabled which uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be -Wall (and -ansi -pedantic) The result is added to the shellvar being CFLAGS by default.  Which then gets included for building mod_perl, Either way I think this is the correct corse of action to overcome these new builds of mod_perl.
      cb94340e
  2. 29 5月, 2014 10 次提交
  3. 28 5月, 2014 28 次提交