Skip to content

Commit

Permalink
try flto-partition=one
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jul 3, 2024
1 parent f6b5624 commit c0498cf
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 @@ -52,7 +52,7 @@ ifeq ($(DEBUG),1)
CFLAGS += -g
STRIP = :
else
CFLAGS += -O3 -flto
CFLAGS += -O3 -flto -flto-partition=one
DEFINES += -DNDEBUG
endif

Expand Down

0 comments on commit c0498cf

Please sign in to comment.