forked from premake/premake-core
-
Couldn't load subscription status.
- Fork 0
symbols
Tom van Dijck edited this page Jun 22, 2016
·
1 revision
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 can be 'On', 'Off' or 'Default'.
Project configurations.
Premake 5.0 or later.
This project generates debug symbol information for better debugging.
project "MyProject"
symbols "On"