IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4364


Ignore:
Timestamp:
Jun 22, 2005, 4:49:04 PM (21 years ago)
Author:
jhoblitt
Message:

add -fno-strict-aliasing to CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r4348 r4364  
    3030
    3131dnl is this the best was to setup recursive CFLAGS?
    32 [% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99"
     32[% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99 -fno-strict-aliasing"
    3333AC_SUBST([[% pkg_name %]_CFLAGS])
    3434
Note: See TracChangeset for help on using the changeset viewer.