kern: build as -Os instead of -O2

This commit is contained in:
Michael Scire 2020-12-01 17:34:09 -08:00 committed by SciresM
parent 63974d9bce
commit 152def19c0
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);