> With moderate optimizations (just the -ox switch), and with debugging > info left out, OW generates an executable of 190K for my modeler, while > Dev-Cpp generates a 217K executable.
Try the -s switch on gcc (Dev-C++ shows it on the UI as "strip all
symbols").