mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
better compile options
This commit is contained in:
parent
30e5d53fce
commit
b9c5e7e125
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue