Skip to content

Commit

Permalink
Add PONDER_DEBUG flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
billyquith committed Feb 17, 2019
1 parent 8c7a031 commit 189efbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/ponder/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
# define PONDER_API
#endif

// Debug build config?
#define PONDER_DEBUG (!defined(NDEBUG))

#ifndef PONDER_USING_LUA
# define PONDER_USING_LUA 0
#endif
Expand Down

0 comments on commit 189efbc

Please sign in to comment.