Enable Edit and Continue for x64 builds on VS2015

This commit is contained in:
StiX 2016-10-17 22:05:54 +02:00
parent f104467e9b
commit 4f3b19f581

View File

@ -1180,7 +1180,7 @@
if cfg.symbols == p.ON then
if cfg.debugformat == "c7" then
value = "OldStyle"
elseif cfg.architecture == "x86_64" or
elseif (cfg.architecture == "x86_64" and _ACTION < "vs2015") or
cfg.clr ~= p.OFF or
config.isOptimizedBuild(cfg) or
cfg.editandcontinue == p.OFF or