IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9061


Ignore:
Timestamp:
Sep 29, 2006, 2:49:02 PM (20 years ago)
Author:
jhoblitt
Message:

add -g to CFLAGS when --enable-optimize set is per RHL's request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r9021 r9061  
    4343  [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
    4444  [AC_MSG_RESULT(compile optimization enabled)
    45    CFLAGS="${CFLAGS=} -O2"
     45   CFLAGS="${CFLAGS=} -pipe -O2 -g"
    4646   PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DPS_NO_TRACE"],
    4747  [AC_MSG_RESULT([compile optimization disabled])
Note: See TracChangeset for help on using the changeset viewer.