-
-
Notifications
You must be signed in to change notification settings - Fork 618
symbols
starkos edited this page Apr 10, 2021
·
4 revisions
This wiki is no longer being maintained.
Turn on/off debug symbol table generation.
symbols "switch"
By default, the generated project files will use the compilers default settings for debug symbol generation. This might be on, or off, or entirely dependent on the configuration.
switch
is an identifier for symbol information.
Option | Availability |
---|---|
Default |
Always available |
Off |
Always available |
On |
Always available |
FastLink |
Visual Studio 2015 or newer |
Full |
Visual Studio 2017 or newer |
Project configurations.
Premake 5.0 or later.
This project generates debug symbol information for better debugging.
project "MyProject"
symbols "On"