premake/website/docs/usestandardpreprocessor.md

606 B

Enables a token-based preprocessor conforming to C99, C++11, and later standards.

usestandardpreprocessor 'value'

Parameters

value is one of:

Action Description
Off Do not use the conforming processor.
On Enable the conforming processor.

Applies To

Visual Studio 2019 or later.

Availability

Premake 5.0 or later.

See Also