Fix for symbols (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-26 16:57:32 +01:00
parent 69d4d86e74
commit e38220cd9c

View File

@ -193,7 +193,7 @@ end
"ExtraWarnings", "ExtraWarnings",
"FatalWarnings", "FatalWarnings",
} }
configuration { "Debug" } configuration { "Debug", "vs*" }
flags { flags {
"Symbols", "Symbols",
} }
@ -415,12 +415,11 @@ if _OPTIONS["PROFILE"] then
"-pg", "-pg",
} }
end end
if _OPTIONS["SYMBOLS"]==nil then
if _OPTIONS["targetos"]=="macosx" then if _OPTIONS["SYMBOLS"]~=nil then
linkoptions { flags {
"-s", "Symbols",
} }
end
end end
--# add the optimization flag --# add the optimization flag