Skip to content

Commit

Permalink
Linux: Enable parallel LTO in Makefile (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm authored Aug 13, 2024
1 parent 5e13e85 commit a71ae7f
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 @@ -59,7 +59,7 @@ DEBUG ?= 0
ifeq ($(DEBUG),0)
MESENFLAGS += -O3
ifneq ($(LTO),false)
MESENFLAGS += -flto -DHAVE_LTO
MESENFLAGS += -flto=auto -DHAVE_LTO
endif
else
MESENFLAGS += -O0 -g
Expand Down

0 comments on commit a71ae7f

Please sign in to comment.