OpenMake Meister

Release or Debug

 

When you are execute a Build you can specify if the Build is to use Release compile options or Debug compile options by passing the CFG parameter to om. From the command line simple pass to om the following:

 

om CFG=DEBUG

om CFG=RELEASE (default)

 

If you are executing your build through the Workflow, select the Add Activity button from the Workflow Explorer.  Select the Meister Group and the Execute Meister Incremental Build or the Execute Meister Incremental Build with Audit ReportIn the Command field add:

 

CFG=DEBUG

or      CFG=Release

 

to the  om command. By default all builds are executed in Release mode, meaning that no Debug options will be used when the build executes.