IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10423


Ignore:
Timestamp:
Dec 3, 2006, 4:16:14 PM (20 years ago)
Author:
eugene
Message:

default to -O0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/configure.ac

    r10401 r10423  
    88AM_CONFIG_HEADER([src/config.h])
    99AM_MAINTAINER_MODE
     10
     11dnl otherise AC_PROG_CC will default CFLAGS to "-g -02"
     12if test -z ${CFLAGS} ; then
     13  CFLAGS=""
     14fi
     15AC_SUBST([CFLAGS])
    1016
    1117AC_LANG(C)
     
    1723dnl enable largefile supports
    1824AC_SYS_LARGEFILE
     25
     26echo "CFLAGS: $CFLAGS"
    1927
    2028dnl handle debug building
Note: See TracChangeset for help on using the changeset viewer.