Building: Removed compiler option -march=native as this created problems for maintainers on various distributions

This commit is contained in:
jsteube
2017-02-20 18:45:04 +01:00
parent c3251cebd8
commit 5f58a25dcc
2 changed files with 1 additions and 5 deletions

View File

@@ -59,6 +59,7 @@
- Building: Add SHARED variable to Makefile to choose if hashcat is build as static or shared binary (using libhashcat.so/hashcat.dll)
- Building: Removed the use of RPATH on linker level
- Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
- Building: Replaced linking of CRT_glob.o with the use of int _dowildcard
- Commandline: Do some checks related to custom-charset options if user specifies them
- CPU Affinity: Fixed memory leak in case invalid cpu Id was specified