Skip to content

Commit

Permalink
Fix compilation in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Nov 3, 2018
1 parent 1af1ea3 commit 1b8f547
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/debug.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <global_include.h>

#ifdef _DEBUG


int g_log_fd = -1;
bool g_log_to_file = false;
Expand Down Expand Up @@ -102,5 +100,3 @@ int _dbg_printf(int level, const char *format, ...)

return 0;
}

#endif

0 comments on commit 1b8f547

Please sign in to comment.