IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34219


Ignore:
Timestamp:
Jul 30, 2012, 3:57:29 PM (14 years ago)
Author:
bills
Message:

Fix problem with debug build introduced by last revision

File:
1 edited

Legend:

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

    r34089 r34219  
    77      [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
    88      [AC_MSG_RESULT(compile optimization enabled)
    9        CFLAGS="-pipe -O2 -g -DPS_NO_TRACE"],
     9          CFLAGS="-pipe -O2 -g -DPS_NO_TRACE"],
    1010      [AC_MSG_RESULT([compile optimization disabled])
    11         if test x"${CFLAGS}" == x; then
    1211          CFLAGS="-pipe -O0 -g"
    13         fi
    1412      ]
    1513    )
     
    2422        fi
    2523      ],
    26       [AC_MSG_RESULT([compile optimization disabled])
     24      [AC_MSG_RESULT([debug build disabled])
    2725        if test x"${CFLAGS}" == x; then
    2826          CFLAGS="-Wall -Werror"
Note: See TracChangeset for help on using the changeset viewer.