Skip to content

debugformat

Manu Evans edited this page May 17, 2015 · 5 revisions

The debugformat function specifies the desired format of the debug information written to the output binaries.

debugformat "format"

Parameters

format specifies the desired debug format:

Value Description
c7 Specifies that MSVC should store debuginfo in the objects rather than a separate .pdb file.

TODO: More to come...

Applies To

Solutions, projects, and configurations.

Availability

Premake 5.0.

Clone this wiki locally