additional symbol stripping
This commit is contained in:
parent
1e9053b938
commit
a690db833d
@ -67,7 +67,7 @@ local function addUserDestCopy(name, type, config, platformName, arch, dir)
|
||||
platform.devChainSupportsElfStrip and
|
||||
config ~= Aurora.Settings.sNameOfDebug) then
|
||||
local debugSymbolPath = normalizeCpyPath(Aurora.Settings.sAbsSymbols) .. "/" .. name .. ".dwarf"
|
||||
postbuildcommands("objcopy --strip-debug \"" .. file .. "\" \"" .. outputPath .. "\"")
|
||||
postbuildcommands("objcopy --strip-debug --strip-unneeded --strip-symbol \"" .. file .. "\" \"" .. outputPath .. "\"")
|
||||
if (Aurora.Settings.bUseAuBuildHooks and config ~= Aurora.Settings.sNameOfShip) then
|
||||
postbuildcommands("objcopy --add-gnu-debuglink=\"" .. debugSymbolPath .. "\" \"" .. outputPath .. "\"")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user