Automatically disable most features in case -I is used

This commit is contained in:
jsteube
2016-09-30 13:14:11 +02:00
parent 5dae9d320a
commit d2877b95e4
14 changed files with 18 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ int debugfile_init (debugfile_ctx_t *debugfile_ctx, const user_options_t *user_o
if (user_options->benchmark == true) return 0;
if (user_options->keyspace == true) return 0;
if (user_options->left == true) return 0;
if (user_options->opencl_info == true) return 0;
if (user_options->show == true) return 0;
if (user_options->stdout_flag == true) return 0;
if (user_options->usage == true) return 0;