Is there any sort of easy hook into the compiler wrappers that would let me specify a set of source files which should have the optimization flag removed? I'm looking now at yet another c++ program which causes g++ to run forever on one particular file when built with -O2. This would seem like a much easier way than patching makefiles. -Dan