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 if test "x${enable_debug}" = "xyes"; then
CXXFLAGS="-g -O0" CXXFLAGS="-g -O0"
AC_DEFINE( YDEBUG, 1, [Debug is on] )
else else
CXXFLAGS="-O3" CXXFLAGS="-O3"
fi fi
AC_MSG_RESULT([using compiler options: ${CXXFLAGS}]) AC_MSG_RESULT([using compiler options: ${CXXFLAGS}])

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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