This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/debugformat.md
Sam Surtees 0fb9327993 Added action to check for missing documentation
- Added auto-generated documentation files for APIs without docs
- Renamed editAndContinue.md to editandcontinue.md to match convention
2021-10-21 12:45:39 +10:00

881 B

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.

Note for Visual Studio Users: Use editandcontinue to control the /Zi and /ZI switches; see this discussion for more information.

Applies To

Project configurations.

Availability

Premake 5.0 or later.

See Also