Skip to main content

usestandardpreprocessor

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

usestandardpreprocessor 'value'

Parameters

value is one of:

ActionDescription
OffDo not use the conforming processor.
OnEnable the conforming processor.

Applies To

Visual Studio 2019 or later.

Availability

Premake 5.0 or later.

See Also