Hi Peter,
On 24 August 2015 21:52 CEST, Peter Bex wrote:
> I noticed that try-compile leaves a temp.1234.o file in the current
> directory when invoked (see #1213). The definition actually has a
> "oname" variable, but it isn't used. So the attached patch causes it
> to explicitly pass "-o ONA
Hi all,
I noticed that try-compile leaves a temp.1234.o file in the current
directory when invoked (see #1213). The definition actually has a
"oname" variable, but it isn't used. So the attached patch causes it
to explicitly pass "-o ONAME" to the compiler, to ensure that it
writes to that file