From cfc481e3e68cd3d3429ec81585d0a53d4a473d16 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Nov 2014 03:53:03 +0100 Subject: maybe-initialised warning on -O3 in generalised-spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 289bb47..9d2aa61 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,9 @@ WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self -Wmissi -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-attribute=format \ -Wnormalized=nfkc -FLAGS = -std=gnu99 $(WARN) +OPTIMISE = -O3 +FLAGS = -std=gnu99 $(WARN) $(OPTIMISE) # TODO optimisation flags to test, and naturally -ON # -faggressive-loop-optimizations -falign-functions[=N] -- cgit v1.2.3-70-g09d2