Hello,

[EMAIL PROTECTED] wrote:

> The problem that I have actually is that, I want to compile two set of
> object files. One set should be compiled with -O3, The other set
> should be compiled with -g.

Learn about vpath (see docs of make) and use different directories for
the object files with different compile options. This way you can
easily add more variants, e.g. with profiling, or whatever.

Bernd Strieder

_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to