Thread overview
Is there any plans to allow rdmd to emit object files?
Oct 01, 2013
Gary Willoughby
Oct 01, 2013
Jacob Carlborg
Oct 01, 2013
Gary Willoughby
October 01, 2013
Are there any plans to allow rdmd to emit object files?

I ask because i have a debugger id like to use that uses object files and my project is of sufficient complexity that rdmd is needed to correctly compile the dependencies.
October 01, 2013
On 2013-10-01 18:03, Gary Willoughby wrote:
> Are there any plans to allow rdmd to emit object files?
>
> I ask because i have a debugger id like to use that uses object files
> and my project is of sufficient complexity that rdmd is needed to
> correctly compile the dependencies.

What happens if you pass "--build-only -c" to rdmd?

-- 
/Jacob Carlborg
October 01, 2013
On Tuesday, 1 October 2013 at 17:58:58 UTC, Jacob Carlborg wrote:
> On 2013-10-01 18:03, Gary Willoughby wrote:
>> Are there any plans to allow rdmd to emit object files?
>>
>> I ask because i have a debugger id like to use that uses object files
>> and my project is of sufficient complexity that rdmd is needed to
>> correctly compile the dependencies.
>
> What happens if you pass "--build-only -c" to rdmd?

Yep that's the kiddy! ta.

/thread