mirror of https://github.com/pret/pokecrystal.git
Build tools with -O3.
This improves build time by about 20%.
This commit is contained in:
parent
aa19af3822
commit
543d67b647
|
@ -1,7 +1,7 @@
|
|||
.PHONY: all clean
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -std=c99 -Wall -Wextra
|
||||
CFLAGS := -O3 -std=c99 -Wall -Wextra
|
||||
|
||||
tools := \
|
||||
lzcomp \
|
||||
|
|
Loading…
Reference in New Issue