Strip test binaries.

This commit is contained in:
Christian Kamm
2008-11-22 21:06:33 +01:00
parent cb3e057631
commit 70c8174303

View File

@@ -49,7 +49,7 @@ int main(string[] args)
auto testname = getName(getBaseName(c));
writefln("TEST NAME: ", testname);
string cmd = format("ldc %s -quiet -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname);
string cmd = format("ldc %s -quiet -L-s -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname);
foreach(v; args[1..$]) {
cmd ~= ' ';
cmd ~= v;