Update vs200x_vcproj to new omitframepointer API

This commit is contained in:
thomas desveaux 2018-04-15 18:14:24 +02:00
parent 9eb81bd228
commit 28b0a6db0f

View File

@ -1333,7 +1333,7 @@
function m.omitFramePointers(cfg)
if cfg.flags.NoFramePointer then
if cfg.omitframepointer == "On" then
p.w('OmitFramePointers="true"')
end
end