IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4618


Ignore:
Timestamp:
Jul 26, 2005, 5:59:12 PM (21 years ago)
Author:
jhoblitt
Message:

add -fno-strict-aliasing flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/configure.ac

    r4615 r4618  
    11dnl Copyright (C) 2005  Joshua Hoblitt
    22dnl
    3 dnl $Id: configure.ac,v 1.5 2005-07-27 01:27:03 jhoblitt Exp $
     3dnl $Id: configure.ac,v 1.6 2005-07-27 03:59:12 jhoblitt Exp $
    44
    55AC_PREREQ(2.59)
     
    1717AC_PROG_LIBTOOL
    1818
    19 AM_CFLAGS="-Wall -pedantic -std=c99"
     19AM_CFLAGS="-Wall -pedantic -std=c99 -fno-strict-aliasing"
    2020AC_SUBST([AM_CFLAGS])
    2121
Note: See TracChangeset for help on using the changeset viewer.