Skip to content

Commit

Permalink
-frename-registers is already in -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
yavincl committed Jun 18, 2020
1 parent f0d4dc7 commit ed364ca
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
@@ -1,5 +1,5 @@
EXTRA_CFLAGS += $(USER_EXTRA_CFLAGS)
EXTRA_CFLAGS += -O3 -frename-registers -mtune=native
EXTRA_CFLAGS += -O3 -mtune=native
#EXTRA_CFLAGS += -O3
#EXTRA_CFLAGS += -Wall
#EXTRA_CFLAGS += -Wextra
Expand Down

0 comments on commit ed364ca

Please sign in to comment.