Re: Generating multiple binaries from a single source file

2013-09-02 Thread Rodolfo Guilherme Wottrich
Thank you, I appreciate your response. It seems an interesting alternative, but still I can't figure out how to do it. I want to forge some statements in the middle of the code, in some specific points, for instance. That is something I know how to do already, during parsing time. The thing is, I

Re: Generating multiple binaries from a single source file

2013-09-01 Thread David Edelsohn
On Sat, Aug 31, 2013 at 11:57 PM, Rodolfo Guilherme Wottrich rgw...@gmail.com wrote: Hello everyone, I would like to be able to generate multiple binaries from a single source file, each of which being slightly different from the other(s). For example, in case there's an OpenMP parallel

Generating multiple binaries from a single source file

2013-08-31 Thread Rodolfo Guilherme Wottrich
Hello everyone, I would like to be able to generate multiple binaries from a single source file, each of which being slightly different from the other(s). For example, in case there's an OpenMP parallel region in the code, I want to generate two binaries: one of them being the normal one and the