Enable Edit and Continue for x64 builds on VS2015
This commit is contained in:
parent
f104467e9b
commit
4f3b19f581
@ -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
|
||||
|
Reference in New Issue
Block a user