lib: simplify pragma macros

This commit is contained in:
Michael Scire 2022-03-08 11:57:09 -08:00 committed by SciresM
parent edf80192d9
commit 18168d54c3
6 changed files with 9 additions and 14 deletions

View file

@ -17,7 +17,7 @@
namespace ams::util {
AMS_PRAGMA_BEGIN_OPTIMIZE_O3()
AMS_PRAGMA_BEGIN_OPTIMIZE("-Os")
namespace {