mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-08 17:35:31 -05:00
Use NONMATCHING on modern for gcc-arm-none-eabi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user