Guide for porting Shadow to a new platform.
Settings that can be set as macros in the config header shadow_config.h
, or passed in as compiler options.
The following optional logging macros are used throughout the library:
shadow_config.h
or passed as compiler options, the shadow_config.h
file must be included to build the Shadow library. To disable this requirement and build the library with default configuration values, provide SHADOW_DO_NOT_USE_CUSTOM_CONFIG
as a compile time preprocessor macro.