Fix missing DebugInformationFormat when symbols are set to full
This commit is contained in:
parent
2b0e3f1442
commit
a1f9874f46
@ -1579,7 +1579,7 @@
|
||||
function m.debugInformationFormat(cfg)
|
||||
local value
|
||||
local tool, toolVersion = p.config.toolset(cfg)
|
||||
if (cfg.symbols == p.ON) or (cfg.symbols == "FastLink") then
|
||||
if (cfg.symbols == p.ON) or (cfg.symbols == "FastLink") or (cfg.symbols == "Full") then
|
||||
if cfg.debugformat == "c7" then
|
||||
value = "OldStyle"
|
||||
elseif (cfg.architecture == "x86_64" and _ACTION < "vs2015") or
|
||||
|
Reference in New Issue
Block a user