lib: simplify pragma macros
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
namespace ams::util {
|
||||
|
||||
AMS_PRAGMA_BEGIN_OPTIMIZE_O3()
|
||||
AMS_PRAGMA_BEGIN_OPTIMIZE("-O3")
|
||||
|
||||
namespace impl {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user