Skip to content

Commit

Permalink
Hello, world release mode after strip reduced from 700KB to 220KB
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Dec 16, 2011
1 parent 5dbc8ff commit b7f42ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ import std.stdiobase;
import core.stdc.errno, core.stdc.stddef, core.stdc.stdlib, core.memory,
core.stdc.string, core.stdc.wchar_;
import std.algorithm, std.array, std.conv, std.exception, std.format,
std.file, std.range, std.string, std.traits, std.typecons,
std.range, std.string, std.traits, std.typecons,
std.typetuple, std.utf;
version(unittest) import std.file;

version (DigitalMars) version (Windows)
{
Expand Down

0 comments on commit b7f42ec

Please sign in to comment.