|
OpenMake Meister |
If you are executing a Build from within the Web Client, you can specify if the Build is to use Release compile flags or Debug compile flags by marking either "Release" or "Debug" on the Build Setup Detail screen.
If you are executing a Build from batch JCL you can specify the use of Release or Debug flags by using the "CFG" variable. For building with debug flags the CFG variable must be set to DEBUG. By default, all builds are built with Release flags.
Examples:
OOMLOM CFG=DEBUG
OOMLOM CFG=RELEASE (default)