leledumbo schreef: > How to manually smartlink programs? I have a bunch of units and a program > entry point defined in asm file. Currently, I only link all the *.o files. > Though I've used -CX, I don't think the executable is smartlinked as it is > quite big. T The -XX compiler parameter enables smartlinking. Vincent