IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8925


Ignore:
Timestamp:
Sep 22, 2006, 6:10:03 PM (20 years ago)
Author:
jhoblitt
Message:

don't overide user CFLAGS unless --optimize is set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8910 r8925  
    4646   PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DPS_NO_TRACE"],
    4747  [AC_MSG_RESULT([compile optimization disabled])
    48    CFLAGS="${CFLAGS=} -O0 -g"]
     48    if test x"${CFLAGS}" == x; then
     49      CFLAGS="-O0 -g"
     50    fi
     51  ]
    4952)
    5053
Note: See TracChangeset for help on using the changeset viewer.