strip fix

This commit is contained in:
2020-09-07 13:05:20 +03:00
parent b0c98d4464
commit 00321257b4

View File

@@ -645,7 +645,7 @@ int main(int argc, char * argv[]) {
piCout << "copy" << l;
if (!fake) {
system(cmd_copy + "\"" + l + "\" \"" + out_dir + "\"" + cmd_suffix);
system(strip + " -s \"" + out_dir + fi.name() + "\"");
system(strip + " --strip-unneeded \"" + out_dir + fi.name() + "\"");
}
}
}