From 96fde7471b4b3819570770e5532683ab066609ea Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Tue, 18 Jul 2017 16:20:41 -0800 Subject: [PATCH] Note that -b implies -O and how to override --- src/terminal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/terminal.c b/src/terminal.c index 8588f7643..fc046d2d0 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -39,6 +39,8 @@ void welcome_screen (hashcat_ctx_t *hashcat_ctx, const char *version_tag) { event_log_info (hashcat_ctx, "%s (%s) starting in benchmark mode...", PROGNAME, version_tag); event_log_info (hashcat_ctx, NULL); + event_log_advice (hashcat_ctx, "Benchmarking uses optimized kernels (-O). To disable, use a workload profile (-w)"); + event_log_advice (hashcat_ctx, NULL); } else {