aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-06 01:30:43 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-06 01:30:43 +0100
commit3c9cf7bb0c78330e19f16b4673b28b85b384ae6f (patch)
treee74e5835eef9a4ad1a2cd446c2a8b6d376c8e876 /Makefile
parentm (diff)
downloadlibkeccak-3c9cf7bb0c78330e19f16b4673b28b85b384ae6f.tar.gz
libkeccak-3c9cf7bb0c78330e19f16b4673b28b85b384ae6f.tar.bz2
libkeccak-3c9cf7bb0c78330e19f16b4673b28b85b384ae6f.tar.xz
preliminary optimisation
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)