kern: build as -Os instead of -O2

This commit is contained in:
Michael Scire
2020-12-01 17:34:09 -08:00
parent 6cc21e4d98
commit 6f95b738dc
5 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ namespace ams::kern {
}
}
ALWAYS_INLINE void Unlock() {
void Unlock() {
MESOSPHERE_ASSERT_THIS();
MESOSPHERE_ASSERT(this->IsLockedByCurrentThread());
MESOSPHERE_ASSERT(this->lock_count > 0);