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",
|
||||
"FatalWarnings",
|
||||
}
|
||||
configuration { "Debug" }
|
||||
configuration { "Debug", "vs*" }
|
||||
flags {
|
||||
"Symbols",
|
||||
}
|
||||
@ -415,13 +415,12 @@ 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
|
||||
buildoptions {
|
||||
|
Loading…
Reference in New Issue
Block a user