IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12294


Ignore:
Timestamp:
Mar 7, 2007, 11:51:12 AM (19 years ago)
Author:
jhoblitt
Message:

change --enable-optimize to ignore the current CFLAGs in case a different -OX value was already set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/m4/ipp_stdopts.m4

    r11693 r12294  
    55      [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
    66      [AC_MSG_RESULT(compile optimization enabled)
    7        CFLAGS="${CFLAGS=} -pipe -O2 -g -DPS_NO_TRACE"],
     7       CFLAGS="-pipe -O2 -g -DPS_NO_TRACE"],
    88      [AC_MSG_RESULT([compile optimization disabled])
    99        if test x"${CFLAGS}" == x; then
Note: See TracChangeset for help on using the changeset viewer.