Commit 22532c96 authored by Paul McCullagh's avatar Paul McCullagh

Removed debugs

parent 7ee6a4a5
...@@ -122,13 +122,6 @@ case $MACHINE_TYPE in ...@@ -122,13 +122,6 @@ case $MACHINE_TYPE in
i?86) BASE_MACHINE_TYPE=i386 ;; i?86) BASE_MACHINE_TYPE=i386 ;;
esac esac
if test "$CFLAGS" = "-g -O2" ; then
CFLAGS=""
fi
if test "$CXXFLAGS" = "-g -O2" ; then
CXXFLAGS=""
fi
# Save some variables and the command line options for mysqlbug # Save some variables and the command line options for mysqlbug
SAVE_CC="$CC" SAVE_CC="$CC"
SAVE_CXX="$CXX" SAVE_CXX="$CXX"
......
...@@ -60,8 +60,6 @@ ...@@ -60,8 +60,6 @@
#define DEBUG_FAST_MAC #define DEBUG_FAST_MAC
#endif #endif
#define DEBUG_FAST_MAC
#ifdef DEBUG_TRACE_FILES #ifdef DEBUG_TRACE_FILES
//#define PRINTF xt_ftracef //#define PRINTF xt_ftracef
#define PRINTF xt_trace #define PRINTF xt_trace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment