Kaydet (Commit) 2ad7f82e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Prevent epm from stripping unless explicitly requested

Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754
üst 2195e0c6
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment