mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix for symbols (nw)
This commit is contained in:
parent
69d4d86e74
commit
e38220cd9c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user