Skip to content

Commit

Permalink
Adding performance optimizations for PC build
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Aug 4, 2020
1 parent faf7f20 commit 330c854
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 @@ -6,7 +6,7 @@ DYNAMIC = -lSDL_ttf -lSDL_mixer -lSDL_image -lSDL -lm
CFLAGS = -O3 -fsingle-precision-constant -Wimplicit-function-declaration -Wunused
GENERAL_TWEAKS = -ffast-math
#==PC defaults==
FLAGS = -DDESKTOP $(GENERAL_TWEAKS)
FLAGS = -DDESKTOP $(GENERAL_TWEAKS) -mtune=native -march=native

ifdef NO_DEBUG
FLAGS += -O3
Expand Down

0 comments on commit 330c854

Please sign in to comment.