mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -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>
|
# 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
|
# -Wall -g -pedantic
|
||||||
LIBS=-lm
|
LIBS=-lm
|
||||||
BINDIR = /bin
|
BINDIR = /bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue