mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 11:16:57 -04:00
lib: simplify pragma macros
This commit is contained in:
parent
edf80192d9
commit
18168d54c3
6 changed files with 9 additions and 14 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <vapours/assert.hpp>
|
||||
#include <vapours/util/util_type_traits.hpp>
|
||||
|
||||
AMS_PRAGMA_BEGIN_OPTIMIZE_O3()
|
||||
AMS_PRAGMA_BEGIN_OPTIMIZE("-O3")
|
||||
|
||||
/*
|
||||
* This file defines data structures for red-black trees.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue