shstk #37

Merged
andrey merged 5 commits from shstk into master 2020-09-08 15:13:36 +03:00
Showing only changes of commit 00321257b4 - Show all commits

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() + "\"");
}
}
}