summaryrefslogtreecommitdiff
path: root/keyboards/zinc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zinc')
-rw-r--r--keyboards/zinc/config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/zinc/config.h b/keyboards/zinc/config.h
index 9c60d631bc..712db0ac6d 100644
--- a/keyboards/zinc/config.h
+++ b/keyboards/zinc/config.h
@@ -40,11 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// ./tmk_core
// ......
-#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_FUNCTION
-#endif // USE_Link_Time_Optimization
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
//#endif /* CONFIG_H */