Skip to content

Commit

Permalink
disable ENABLE_MEMORY_TRACKING in release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyao-cn committed Jan 7, 2022
1 parent 70b4cc8 commit 2953d58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Common_3/OS/Core/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ COMPILE_ASSERT(sizeof(ssize_t) == sizeof(int64_t));

#define ENABLE_LOGGING
#define DEFAULT_LOG_LEVEL eALL

#ifdef FORGE_DEBUG
#define ENABLE_MEMORY_TRACKING
#endif
// #define ENABLE_FORGE_STACKTRACE_DUMP

#ifdef AUTOMATED_TESTING
Expand Down

0 comments on commit 2953d58

Please sign in to comment.