From 7bd42c9fc7c3f553fd2b502249fbbfba462a1555 Mon Sep 17 00:00:00 2001 From: Moyster Date: Sat, 10 Sep 2016 00:33:03 +0200 Subject: use -O3 compile flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 806eb322a..a54d936f4 100644 --- a/Makefile +++ b/Makefile @@ -241,8 +241,8 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ HOSTCC = ccache gcc HOSTCXX = g++ -HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -HOSTCXXFLAGS = -O2 +HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O3 -fomit-frame-pointer -std=gnu89 +HOSTCXXFLAGS = -O3 # Decide whether to build built-in, modular, or both. # Normally, just do built-in. -- cgit v1.2.3