PathEngine home | previous: | next: |
In general, two standard configurations are used: 'Release' and 'Debug', although on some platforms a standard set of platform configurations is preferred.
A description of the two standard configurations follows:
In this configuration all components are built with optimisation and compiled against a release
version of the C runtime library.
Most assertions are turned off under this configuration, but some 'release build assertions' are left on.
Interface checking is enabled under this configuration.
In this configuration all components are built without optimisation and compiled against a debug
version of the C runtime library.
All assertions are turned on under this configuration.
Interface checking is enabled under this configuration.
With the full source archive, it is straightforward to modify the standard configurations, or to add other configurations, as desired.
See
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |