strip fix
This commit is contained in:
@@ -645,7 +645,7 @@ int main(int argc, char * argv[]) {
|
|||||||
piCout << "copy" << l;
|
piCout << "copy" << l;
|
||||||
if (!fake) {
|
if (!fake) {
|
||||||
system(cmd_copy + "\"" + l + "\" \"" + out_dir + "\"" + cmd_suffix);
|
system(cmd_copy + "\"" + l + "\" \"" + out_dir + "\"" + cmd_suffix);
|
||||||
system(strip + " -s \"" + out_dir + fi.name() + "\"");
|
system(strip + " --strip-unneeded \"" + out_dir + fi.name() + "\"");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user