Remove implicit inline attribute from ALWAYS_INLINE target option
May cause issues when multiple non-standard attributes are used. Standard attributes must come before all non-standard attributes.
This commit is contained in:
parent
cbf82e2b73
commit
017a88c966
@ -5,7 +5,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NOINLINE [[gnu::noinline]]
|
#define NOINLINE [[gnu::noinline]]
|
||||||
#define ALWAYS_INLINE [[gnu::always_inline]] inline
|
#define ALWAYS_INLINE [[gnu::always_inline]]
|
||||||
|
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user