diff --git a/modules/vstudio/vs200x_vcproj.lua b/modules/vstudio/vs200x_vcproj.lua index 4a785fa5..a1fe2276 100644 --- a/modules/vstudio/vs200x_vcproj.lua +++ b/modules/vstudio/vs200x_vcproj.lua @@ -1333,7 +1333,7 @@ function m.omitFramePointers(cfg) - if cfg.flags.NoFramePointer then + if cfg.omitframepointer == "On" then p.w('OmitFramePointers="true"') end end