diff --git a/scripts/genie.lua b/scripts/genie.lua index 0a299178859..e5a6e782d8e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -193,7 +193,7 @@ end "ExtraWarnings", "FatalWarnings", } - configuration { "Debug" } + configuration { "Debug", "vs*" } flags { "Symbols", } @@ -415,12 +415,11 @@ if _OPTIONS["PROFILE"] then "-pg", } end -if _OPTIONS["SYMBOLS"]==nil then - if _OPTIONS["targetos"]=="macosx" then - linkoptions { - "-s", - } - end + +if _OPTIONS["SYMBOLS"]~=nil then + flags { + "Symbols", + } end --# add the optimization flag