I've written a relatively small command line program in C++. This program needs to be as fast as possible. I've already optimized the code as much as I can. Which compilation options should I use when compiling with the "c++" CLI tool (besides -O3 of course)?
Any additional tips on how I can get it to run faster will be greatly appreciated.
[ 07-28-2001: Message edited by: Scrod ]