D for embedded system
Timo Sintonen
t.sintonen at luukku.com
Sat Nov 3 05:44:24 PDT 2012
I have started to make a minimum libdruntime. First I compiled
object and now I am adding files one by one when needed.
The compiler generates lots of library calls. So far I have found
these flags to get the code smaller and to reduce library calls:
-fno-assert -fno-invariants and -fno-bouns-check.
Is there any other options that would make the executable more
simple?
More information about the D.gnu
mailing list