tlsh icon indicating copy to clipboard operation
tlsh copied to clipboard

Build: Define default options only on "default"

Open a4lg opened this issue 1 year ago • 0 comments

This commit sets default options only when no related options are specified. With this, full hash (256 bucket variant) will compile just by -DTLSH_BUCKETS_256=1.

Just fixing CMakeLists.txt caused an error due to a failure to track with other changes on the version 4.0.0 on min hash (48 buckets variant) so this commit also fixes this issue.

a4lg avatar Mar 09 '24 04:03 a4lg