Dependencies for snap-core-0.2.15.1

library
snap

Flags

Automatic Flags
NameDescriptionDefault
portable

Compile in cross-platform mode. No platform-specific code or optimizations such as C routines will be used.

Disabled
no-debug

Disable any debug logging code. Without this flag, Snap will test the DEBUG environment variable to decide whether to do logging, and this introduces a tiny amount of overhead (a call into a function pointer) because the calls to debug cannot be inlined. Users who want to squeeze out maximum performance can set the no-debug flag to get a version of Snap which has debug calls that should be inlined away.

Disabled

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