lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Sep 27, 2010 at 09:26:25AM +0000, J.Jørgen von Bargen wrote:
> bit.c
> 180,192d177
> + #ifdef _WIN32
> + #pragma comment(linker, "/OPT:NOWIN98")

This will no doubt annoy people on Windows who do not use Microsoft's
toolchain.

> And WOW, this reduced bit.dll from 20480 to 4096 bytes

But we've wasted more than is ever likely to be saved by talking about
it :)

B.