IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 11:39:29 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psLib/m4/ipp_stdopts.m4

    r34139 r34243  
    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         CFLAGS="-pipe -O0 -g"
     11          CFLAGS="-pipe -O0 -g"
    1212      ]
    1313    )
     
    2222        fi
    2323      ],
    24       [AC_MSG_RESULT([compile optimization disabled])
     24      [AC_MSG_RESULT([debug build disabled])
    2525        if test x"${CFLAGS}" == x; then
    2626          CFLAGS="-Wall -Werror"
Note: See TracChangeset for help on using the changeset viewer.