Prevent epm from stripping unless explicitly requested
Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754
This commit is contained in:
parent
2195e0c699
commit
2ad7f82e4a
1 changed files with 2 additions and 0 deletions
|
@ -829,6 +829,8 @@ sub call_epm
|
|||
my $extraflags = "";
|
||||
if ($ENV{'EPM_FLAGS'}) { $extraflags = $ENV{'EPM_FLAGS'}; }
|
||||
|
||||
$extraflags .= ' -g' unless $installer::globals::strip;
|
||||
|
||||
my $systemcall = $ldpreloadstring . $epmname . " -f " . $packageformat . " " . $extraflags . " " . $localpackagename . " " . $epmlistfilename . $outdirstring . " -v " . " 2\>\&1 |";
|
||||
|
||||
installer::logger::print_message( "... $systemcall ...\n" );
|
||||
|
|
Loading…
Reference in a new issue