IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17317


Ignore:
Timestamp:
Apr 3, 2008, 3:08:19 PM (18 years ago)
Author:
Paul Price
Message:

Adding hint on producing profiling.

File:
1 edited

Legend:

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

    r17304 r17317  
    1717[
    1818    dnl handle profiler building
    19     AC_ARG_ENABLE(profile,   [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
    20       [AC_MSG_RESULT(profiling enabled)
     19    AC_ARG_ENABLE(profile, [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
     20      [AC_MSG_RESULT(profiling enabled, check that you also did --disable-shared)
    2121       CFLAGS="${CFLAGS=} -pg -g"
    2222       LDFLAGS="${LDFLAGS=} -pg"]
Note: See TracChangeset for help on using the changeset viewer.