IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11519


Ignore:
Timestamp:
Jan 31, 2007, 4:32:35 PM (19 years ago)
Author:
jhoblitt
Message:

add --disable-trace option

File:
1 edited

Legend:

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

    r11493 r11519  
    2727       CFLAGS="${CFLAGS=} -lgcov -fprofile-arcs -ftest-coverage -pg"]
    2828    )
     29
     30    dnl turn off trace messages
     31    AC_ARG_ENABLE(trace,
     32      [AS_HELP_STRING(--disable-trace,disable psTrace functionality)],
     33      [AC_MSG_RESULT(psTrace disabled)
     34       CFLAGS="${CFLAGS=} -DPS_NO_TRACE"]
     35    )
    2936])
Note: See TracChangeset for help on using the changeset viewer.