only:typo

This commit is contained in:
rusefillc 2023-11-09 22:36:00 -05:00
parent e9ed37855d
commit 4c558e16b2
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ ifeq ($(USE_LTO),)
# ChibiOS has not yet migrated to gcc12 syntax of '-flto' thus some weird code here
#
# drama: in case of 'syntax error near unexpected token' on Windows either comment out the two lines below
# or just more your GCC into a folder without spaced in the path like 'C:\stuff\arm-gcc-12.2'
# or just more your GCC into a folder without spaces in the path like 'C:\stuff\arm-gcc-12.2'
#
USE_LTO = no
USE_OPT += -flto=auto