Finish [2365] by adding the necessary #define's to the configure.h's

Also svn:ignore all the testResults.xml for a clean svn status
This commit is contained in:
imonroe 2006-10-25 06:58:20 +00:00
parent 39ea53366b
commit 2b3bf4b759
11 changed files with 19 additions and 0 deletions

View File

@ -57,10 +57,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -63,6 +63,7 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi

View File

@ -57,10 +57,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -57,10 +57,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -58,10 +58,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -57,6 +57,7 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi

View File

@ -59,10 +59,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -57,10 +57,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -57,10 +57,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -58,10 +58,12 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View File

@ -60,6 +60,7 @@ AC_ARG_ENABLE([debug],
if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else
CXXFLAGS="-O3"
fi