diff options
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |