Skip to content

undefines

starkos edited this page Apr 10, 2021 · 7 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Removes preprocessor or compiler symbols from a project.

undefines { "symbols" }

If a project includes multiple calls to undefines the lists are concatenated, in the order in which they appear in the script.

Parameters

symbols specifies a list of symbols to be undefined.

Applies To

Project configurations.

Availability

Premake 5.0 or later

Examples

Undefine two symbols in the current project.

undefines { "DEBUG", "TRACE" }
Clone this wiki locally