Configuration Options

You can customize Plywood by defining the following preprocessor macros in your project's build settings.

PLY_CONFIG_FILEThe path to a file that will be automatically included by <ply-base.h>. Additional configuration options can be put here.
PLY_WITH_ASSERTSEnables assertions. Default is 1 in debug builds, 0 otherwise.
PLY_OVERRIDE_NEWOverrides the C++ new and delete operators to allocate from the Plywood heap. Default is 1.