diff options
| author | 2015-01-10 13:07:50 -0800 | |
|---|---|---|
| committer | 2015-01-10 14:32:10 -0800 | |
| commit | 228843c43e21ce4d3ca5fe0adc96fcb34505446b (patch) | |
| tree | b965681736fca204e49ea6f2c130409814c3006a /src/common/common.h | |
| parent | Merge pull request #458 from yuriks/cmake-debug (diff) | |
| download | yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.gz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.xz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.zip | |
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
Diffstat (limited to 'src/common/common.h')
| -rw-r--r-- | src/common/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/common.h b/src/common/common.h index bf48ae667..3246c7797 100644 --- a/src/common/common.h +++ b/src/common/common.h | |||
| @@ -11,13 +11,6 @@ | |||
| 11 | #include <cstdio> | 11 | #include <cstdio> |
| 12 | #include <cstring> | 12 | #include <cstring> |
| 13 | 13 | ||
| 14 | // Force enable logging in the right modes. For some reason, something had changed | ||
| 15 | // so that debugfast no longer logged. | ||
| 16 | #if defined(_DEBUG) || defined(DEBUGFAST) | ||
| 17 | #undef LOGGING | ||
| 18 | #define LOGGING 1 | ||
| 19 | #endif | ||
| 20 | |||
| 21 | #define STACKALIGN | 14 | #define STACKALIGN |
| 22 | 15 | ||
| 23 | // An inheritable class to disallow the copy constructor and operator= functions | 16 | // An inheritable class to disallow the copy constructor and operator= functions |