mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 14:42:03 +00:00
remove USE_Link_Time_Optimization check
This commit is contained in:
parent
3bb6345e2f
commit
7f93c399ae
@ -24,11 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define USE_I2C
|
#define USE_I2C
|
||||||
#define USE_SERIAL
|
#define USE_SERIAL
|
||||||
|
|
||||||
#ifdef USE_Link_Time_Optimization
|
|
||||||
// LTO has issues with macros (action_get_macro) and "functions" (fn_actions),
|
|
||||||
// so just disable them
|
|
||||||
#define NO_ACTION_MACRO
|
#define NO_ACTION_MACRO
|
||||||
#define NO_ACTION_FUNCTION
|
#define NO_ACTION_FUNCTION
|
||||||
|
|
||||||
#define DISABLE_LEADER
|
#define DISABLE_LEADER
|
||||||
#endif // USE_Link_Time_Optimization
|
|
||||||
|
Loading…
Reference in New Issue
Block a user