mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
gcc-10 fix
This commit is contained in:
parent
0a1bdf2527
commit
13934c5b19
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
@ -8,6 +8,7 @@ Release 9.1-dev
|
||||||
* changed mysql module not to use mysql db as a default. if the user has not access to this db auth fails ...
|
* changed mysql module not to use mysql db as a default. if the user has not access to this db auth fails ...
|
||||||
* added -K command line switch to disable redo attempts (good for mass scanning)
|
* added -K command line switch to disable redo attempts (good for mass scanning)
|
||||||
* forgot to have the -m option in the hydra help output
|
* forgot to have the -m option in the hydra help output
|
||||||
|
* gcc-10 support and various cleanups by Jeroen Roovers, thanks!
|
||||||
|
|
||||||
|
|
||||||
Release 9.0
|
Release 9.0
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
WARN_CLANG=-Wformat-nonliteral -Wstrncat-size -Wformat-security -Wsign-conversion -Wconversion -Wfloat-conversion -Wshorten-64-to-32 -Wuninitialized -Wmissing-variable-declarations -Wmissing-declarations
|
WARN_CLANG=-Wformat-nonliteral -Wstrncat-size -Wformat-security -Wsign-conversion -Wconversion -Wfloat-conversion -Wshorten-64-to-32 -Wuninitialized -Wmissing-variable-declarations -Wmissing-declarations
|
||||||
WARN_GCC=-Wformat=2 -Wformat-overflow=2 -Wformat-nonliteral -Wformat-truncation=2 -Wnull-dereference -Wstrict-overflow=2 -Wstringop-overflow=4 -Walloca-larger-than=4096 -Wtype-limits -Wconversion -Wtrampolines -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fno-common -Wcast-align
|
WARN_GCC=-Wformat=2 -Wformat-overflow=2 -Wformat-nonliteral -Wformat-truncation=2 -Wnull-dereference -Wstrict-overflow=2 -Wstringop-overflow=4 -Walloca-larger-than=4096 -Wtype-limits -Wconversion -Wtrampolines -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fno-common -Wcast-align
|
||||||
CFLAGS ?= -march=native -flto
|
CFLAGS ?= -march=native -flto
|
||||||
OPTS=-I. -O3 $(CFLAGS)
|
OPTS=-I. -O3 $(CFLAGS) -fcommon
|
||||||
# -Wall -g -pedantic
|
# -Wall -g -pedantic
|
||||||
LIBS=-lm
|
LIBS=-lm
|
||||||
DESTDIR ?=
|
DESTDIR ?=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue