From 3c9cf7bb0c78330e19f16b4673b28b85b384ae6f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 6 Nov 2014 01:30:43 +0100 Subject: preliminary optimisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 351be4f..db3635d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self -Wmissi LDOPTIMISE = # -flto -flto-compression-level -flto-partition={1to1,balanced,mix,none} -flto-report -flto-report-wpa -fwpa -COPTIMISE = -march=native -O2 +COPTIMISE = -fkeep-inline-functions -falign-functions=0 -fdata-sections -Ofast FLAGS = -std=gnu99 $(WARN) -- cgit v1.2.3-70-g09d2