2014-06-26 14:36 GMT+02:00 Tom Szczesny <
tav...@gmail.com>:
> Some indication of how small the K executable can be made is given by the Kx
> versions:
> the executable for k2.8 on Linux is 194KB.
> the executable for k3.2 on Windows is 3KB with an associated dll that is
> 178KB.
>
kona + musl
CFLAGS=-O3, LDFLAGS=-static -s: 378.7KB
CFLAGS=-O3, LDFLAGS=-s: 279.5KB
CFLAGS=-Os, LDFLAGS=-static -s: 250.2KB
CFLAGS=-Os, LDFLAGS=-s: 151.8KB
Daniel