Commit d4821626 authored by Konstantin Osipov's avatar Konstantin Osipov

Fix a build break with cmake: remove the custom defines

that prevented hp_test2 to link in non-debug builds.
parent 7c634812
...@@ -15,16 +15,6 @@ ...@@ -15,16 +15,6 @@
/* Test av isam-databas: stor test */ /* Test av isam-databas: stor test */
#ifndef USE_MY_FUNC /* We want to be able to dbug this !! */
#define USE_MY_FUNC
#endif
#ifdef DBUG_OFF
#undef DBUG_OFF
#endif
#ifndef SAFEMALLOC
#define SAFEMALLOC
#endif
#include "heapdef.h" /* Because of hp_find_block */ #include "heapdef.h" /* Because of hp_find_block */
#include <signal.h> #include <signal.h>
......
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