diff --git a/src/backend.c b/src/backend.c index f7c916e1d..4120f449d 100644 --- a/src/backend.c +++ b/src/backend.c @@ -8754,8 +8754,8 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p hiprtc_options[5] = "-I"; */ - hiprtc_options[1] = "-nocudainc"; - hiprtc_options[2] = "-nocudalib"; + hiprtc_options[1] = ""; + hiprtc_options[2] = ""; hiprtc_options[3] = ""; hiprtc_options[4] = "";