Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

debugconstants

Manu Evans edited this page Jun 4, 2015 · 2 revisions

Adds debug identifier declarations to a project.

debugconstants { "identifiers" }

Parameters

identifiers specifies a list of debug identifiers to be defined.

Applies To

Solutions, projects, and configurations.

Examples

Define two new debug identifiers in the current project.

debugconstants { "DebugOptimised", "StrictErrorChecks" }
Clone this wiki locally