diff --git a/tests/runminitest.d b/tests/runminitest.d index 40494252..db24af42 100644 --- a/tests/runminitest.d +++ b/tests/runminitest.d @@ -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;