lib: simplify pragma macros

This commit is contained in:
Michael Scire
2022-03-08 11:57:09 -08:00
parent a3ba767fba
commit 5c5789eadf
6 changed files with 9 additions and 14 deletions

View File

@@ -21,7 +21,7 @@
namespace ams::util {
AMS_PRAGMA_BEGIN_OPTIMIZE_O3()
AMS_PRAGMA_BEGIN_OPTIMIZE("-O3")
/* Forward declare implementation class for Node. */
namespace impl {

View File

@@ -22,7 +22,7 @@
namespace ams::util {
AMS_PRAGMA_BEGIN_OPTIMIZE_O3()
AMS_PRAGMA_BEGIN_OPTIMIZE("-O3")
namespace impl {