From b9c5e7e125497b3dc45d9bc0311c25ca27ee3ae0 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 23 May 2019 14:04:14 +0200 Subject: [PATCH] better compile options --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 046aded..ca82167 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for Hydra - (c) 2001-2019 by van Hauser / THC # -OPTS=-I. -O3 +OPTS=-I. -O3 -march=native -flto # -Wall -g -pedantic LIBS=-lm BINDIR = /bin