mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 14:05:17 -04:00
kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
parent
1ca2f61527
commit
383fc2cc99
10 changed files with 77 additions and 70 deletions
|
@ -29,6 +29,14 @@
|
|||
#define MESOSPHERE_ENABLE_KERNEL_STACK_USAGE
|
||||
#endif
|
||||
|
||||
#if defined(MESOSPHERE_BUILD_FOR_DEBUGGING)
|
||||
#define MESOSPHERE_NOINLINE_IF_DEBUG NOINLINE
|
||||
#define MESOSPHERE_ALWAYS_INLINE_IF_RELEASE NOINLINE
|
||||
#else
|
||||
#define MESOSPHERE_NOINLINE_IF_DEBUG
|
||||
#define MESOSPHERE_ALWAYS_INLINE_IF_RELEASE ALWAYS_INLINE
|
||||
#endif
|
||||
|
||||
//#define MESOSPHERE_BUILD_FOR_TRACING
|
||||
//#define MESOSPHERE_ENABLE_PERFORMANCE_COUNTER
|
||||
#define MESOSPHERE_ENABLE_PANIC_REGISTER_DUMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue