IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2006, 6:23:34 PM (20 years ago)
Author:
magnier
Message:

added profile enabling, some attempts at optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/configure.ac

    r6448 r6493  
    6767)
    6868
     69dnl handle profiler building
     70AC_ARG_ENABLE(profile,
     71  [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
     72  [AC_MSG_RESULT(compile optimization enabled)
     73   CFLAGS="${CFLAGS=} -pg"]
     74)
     75
     76dnl CFLAGS="${CFLAGS=} -fprofile-arcs -ftest-coverage -pg"]
     77
    6978dnl doxygen -------------------------------------------------------------------
    7079
Note: See TracChangeset for help on using the changeset viewer.