-
-
Notifications
You must be signed in to change notification settings - Fork 620
debugformat
starkos edited this page Apr 10, 2021
·
5 revisions
This wiki is no longer being maintained.
Specifies the desired format of the debug information written to the output binaries.
debugformat "format"
format
specifies the desired debug format:
Value | Description |
---|---|
c7 | Specifies that MSVC should store debuginfo in the objects rather than a separate .pdb file. |
More values may be added by add-on modules.
Note for Visual Studio Users: Use editAndContinue to control the /Zi
and /ZI
switches; see this discussion for more information.
Project configurations.
Premake 5.0 or later.