Use NONMATCHING on modern for gcc-arm-none-eabi

This commit is contained in:
GriffinR
2021-03-10 17:55:46 -05:00
parent bf6e80850c
commit 28e3522acb
+5
View File
@@ -38,7 +38,12 @@
// Crashes may occur due to section reordering in the modern build,
// so we force BUGFIX here.
#if MODERN
#ifndef BUGFIX
#define BUGFIX
#endif // BUGFIX
#ifndef NONMATCHING
#define NONMATCHING
#endif // NONMATCHING
#endif // MODERN
#endif // GUARD_CONFIG_H