shithub: pokecrystal

Download patch

ref: 543d67b647f7edc458d6748d9a80d1399ed95be8
parent: aa19af3822448a2ca36edfa5133a687b86012b65
author: yenatch <yenatch@gmail.com>
date: Sun Sep 24 11:08:44 EDT 2017

Build tools with -O3.

This improves build time by about 20%.

--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,7 +1,7 @@
 .PHONY: all clean
 
 CC := gcc
-CFLAGS := -std=c99 -Wall -Wextra
+CFLAGS := -O3 -std=c99 -Wall -Wextra
 
 tools := \
 	lzcomp \