Building: Add SHARED variable to Makefile to choose if hashcat is build as static or shared binary (using libhashcat.so/hashcat.dll)

This commit is contained in:
jsteube
2017-01-27 09:58:01 +01:00
parent 07c89833c9
commit b7b2f1a79c
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
## Technical
##
- Building: Split native compilation into two dedicated targets: "hashcat_static" and "hashcat_shared", default is "hashcat_static"
- 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
- Events: Improved the maximum event message handling. event_log () will now also internally make sure that the message is properly terminated