From ba62cea8b476f3b61a5d18dd819294d4ce053d5f Mon Sep 17 00:00:00 2001 From: Frank Palazzolo Date: Wed, 20 May 2020 13:24:22 -0400 Subject: Enable option to generate symbols in Release as well as Debug under Visual Studio. (This is important because debugging Debug builds is too slow) --- scripts/genie.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/genie.lua') diff --git a/scripts/genie.lua b/scripts/genie.lua index 1a7ac03f4aa..33715a6b3e4 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -505,6 +505,11 @@ configuration { "Release", "vs20*" } "NoEditAndContinue", "NoIncrementalLink", } + if _OPTIONS["SYMBOLS"] then + flags { + "Symbols", + } + end configuration { "vsllvm" } buildoptions { -- cgit v1.2.3-70-g09d2