kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user