1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-26 00:18:36 +00:00

undo: debug

This commit is contained in:
DoZ10 2017-04-16 11:55:21 -04:00
parent d455c18d4b
commit c2af1e7c5c
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
## ##
SHARED := 0 SHARED := 0
DEBUG := 1 DEBUG := 0
PRODUCTION := 0 PRODUCTION := 0
## ##

View File

@ -2,7 +2,6 @@
* Author......: See docs/credits.txt * Author......: See docs/credits.txt
* License.....: MIT * License.....: MIT
*/ */
#include "signal.h"
#include "common.h" #include "common.h"
#include "types.h" #include "types.h"
#include "bitops.h" #include "bitops.h"