You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/meson_options.txt

15 lines
331 B

option('brain', type : 'boolean',
value : true,
description : 'Build libhashcat with support for its brain',
)
option('cubin', type : 'boolean',
value : true,
description : 'Build libhashcat with cubin support',
)
option('unrar', type : 'boolean',
value : true,
description : 'Build libhashcat with unrar support',
)