Commit 3f178908 authored by Sergei Golubchik's avatar Sergei Golubchik

disable EXTRA_DEBUG in non-dbug builds

parent ecbd868f
......@@ -528,6 +528,10 @@ C_MODE_END
# endif
#endif
#ifdef DBUG_OFF
#undef EXTRA_DEBUG
#endif
/* Some types that is different between systems */
typedef int File; /* File descriptor */
......
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