Open GoogleCodeExporter opened 9 years ago
The temporary files issue is annoying to me too but what I had planned was to
delete them with the associated cl_program object if no error is reported (in
case of error the file would be left in /tmp). I am going to implement that.
Regarding compiler flags, you can set the FREEOCL_CXX_FLAGS environment
variable as a workaround (see
http://code.google.com/p/freeocl/wiki/EnvironmentVariables for details).
Original comment by zuzu...@gmail.com
on 6 Aug 2012 at 8:27
Temporary files issue fixed in r252.
I am still looking for a convenient way to pass compiler specific parameters to
cl compiler. btw there are a couple of useful flags set by default like -g and
-O3, -cl-opt-disable sets -g -O0.
Original comment by zuzu...@gmail.com
on 6 Aug 2012 at 9:01
Original issue reported on code.google.com by
infer...@gmail.com
on 6 Aug 2012 at 2:17