Dependencies for hashable-1.5.0.0

Libraries

hashable

Flags

Manual Flags

NameDescriptionDefault
arch-native

Use -march=native when compiling C sources. Portable implementation is 15-50% slower. Consider enabling this flag if hashing performance is important.

Disabled
random-initial-seed

Randomly initialize the initial seed on each final executable invocation This is useful for catching cases when you rely on (non-existent) stability of hashable's hash functions. This is not a security feature.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info