Closed
Description
Not sure how did they end up there, but even with the simple code like fn main() {}
and aggressive compilation options like -Z lto --opt-level=3
the current master gives over 18 MB of binary, of which 16 MB consists of string constants seemingly derived from C headers (e.g. "ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET __MSABI_LONG(8464)\x00\x01\xca\n"
, from mingw-w64 winerror.h
).
Last checked with rust nightly 0550b79 2014-05-12 00:31:52 -0700
.