IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

sync --enable-optimize with psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r9022 r9062  
    6969  [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
    7070  [AC_MSG_RESULT(compile optimization enabled)
    71    CFLAGS="${CFLAGS=} -O2"
     71   CFLAGS="${CFLAGS=} -pipe -O2 -g"
    7272   PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DPS_NO_TRACE"],
    7373  [AC_MSG_RESULT([compile optimization disabled])
Note: See TracChangeset for help on using the changeset viewer.