IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2006, 6:32:38 PM (20 years ago)
Author:
eugene
Message:

added profile enabling, some attempts at optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/configure.ac

    r6310 r6495  
    2424)
    2525
     26dnl handle profiler building
     27AC_ARG_ENABLE(profile,
     28  [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
     29  [AC_MSG_RESULT(compile optimization enabled)
     30   CFLAGS="${CFLAGS=} -pg"]
     31)
     32
    2633AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
    2734PKG_CHECK_MODULES(PSLIB, pslib >= 0.9.0)
Note: See TracChangeset for help on using the changeset viewer.