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",
"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",
if _OPTIONS["SYMBOLS"]~=nil then
flags {
"Symbols",
}
end
end
--# add the optimization flag