mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +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,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
|
||||
|
Loading…
Reference in New Issue
Block a user