From 28b0a6db0faada6861969cc66b1d0f89473b1ac5 Mon Sep 17 00:00:00 2001 From: thomas desveaux Date: Sun, 15 Apr 2018 18:14:24 +0200 Subject: [PATCH] Update vs200x_vcproj to new omitframepointer API --- modules/vstudio/vs200x_vcproj.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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