Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 781:28d9cbcd7580

Show
Ignore:
Timestamp:
11/22/08 15:06:33 (2 months ago)
Author:
Christian Kamm <kamm incasoftware de>
branch:
default
Message:

Strip test binaries.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tests/runminitest.d

    r663 r781  
    5050        writefln("TEST NAME: ", testname); 
    5151 
    52         string cmd = format("ldc %s -quiet -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname); 
     52        string cmd = format("ldc %s -quiet -L-s -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname); 
    5353        foreach(v; args[1..$]) { 
    5454            cmd ~= ' '; 
Copyright © 2008, LDC Development Team.