IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39406 for trunk


Ignore:
Timestamp:
Feb 26, 2016, 10:03:03 AM (10 years ago)
Author:
eugene
Message:

add -pedantic -Wextra -fno-strict-aliasing options to safety checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r39397 r39406  
    232232# other temp flags
    233233if ($extra_safety_checks) then
    234   set CPPFLAGS = "$CPPFLAGS -fstack-check -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wstrict-aliasing=2"
     234  set CPPFLAGS = "$CPPFLAGS -fstack-check -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wstrict-aliasing=2 -fno-strict-aliasing -Wextra -pedantic"
    235235endif
    236236
Note: See TracChangeset for help on using the changeset viewer.