Fix missing DebugInformationFormat when symbols are set to full

This commit is contained in:
Rory Driscoll 2018-05-14 22:10:51 -07:00
parent 2b0e3f1442
commit a1f9874f46

View File

@ -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