From: Jens Steube Date: Tue, 10 May 2016 17:30:11 +0000 (+0200) Subject: Remove debugging option from JIT compiler option X-Git-Tag: v3.00~201 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=3d229b20d43c21aba42ab175987d4049c8235ab0;p=hashcat.git Remove debugging option from JIT compiler option --- diff --git a/src/hashcat.c b/src/hashcat.c index 263b73c..66f7f64 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -13971,7 +13971,7 @@ int main (int argc, char **argv) // we don't have sm_* on vendors not NV but it doesn't matter - snprintf (build_opts, sizeof (build_opts) - 1, "-cl-nv-verbose -cl-std=CL1.1 -I\"%s/\" -DVENDOR_ID=%u -DCUDA_ARCH=%d -DVECT_SIZE=%u -DDEVICE_TYPE=%u -DKERN_TYPE=%u -D_unroll", shared_dir, device_param->vendor_id, (device_param->sm_major * 100) + device_param->sm_minor, device_param->vector_width, (u32) device_param->device_type, kern_type); + snprintf (build_opts, sizeof (build_opts) - 1, "-cl-std=CL1.1 -I\"%s/\" -DVENDOR_ID=%u -DCUDA_ARCH=%d -DVECT_SIZE=%u -DDEVICE_TYPE=%u -DKERN_TYPE=%u -D_unroll", shared_dir, device_param->vendor_id, (device_param->sm_major * 100) + device_param->sm_minor, device_param->vector_width, (u32) device_param->device_type, kern_type); /** * main kernel