better compile options

This commit is contained in:
van Hauser 2019-05-23 14:04:14 +02:00
parent 30e5d53fce
commit b9c5e7e125

View file

@ -1,7 +1,7 @@
#
# Makefile for Hydra - (c) 2001-2019 by van Hauser / THC <vh@thc.org>
#
OPTS=-I. -O3
OPTS=-I. -O3 -march=native -flto
# -Wall -g -pedantic
LIBS=-lm
BINDIR = /bin