Skip to content

Commit

Permalink
Disable LTO (several device hang on enabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiSlord committed Sep 6, 2024
1 parent 0e7c5fd commit d1349cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif

# Enable this if you want link time optimizations (LTO)
ifeq ($(USE_LTO),)
USE_LTO = yes
USE_LTO = no
endif

# If enabled, this option allows to compile the application in THUMB mode.
Expand Down

0 comments on commit d1349cc

Please sign in to comment.