Subject: compiler wrappers and -O* hacks?
To: None <tech-pkg@NetBSD.org>
From: Dan McMahill <dmcmahill@NetBSD.org>
List: tech-pkg
Date: 10/20/2006 01:09:17
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