IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2007, 11:03:23 AM (19 years ago)
Author:
jhoblitt
Message:

don't set PS_NO_TRACE is PSLIB_CFLAGS when --enable-optimize is set

File:
1 edited

Legend:

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

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