Thread overview | |||||
---|---|---|---|---|---|
|
October 01, 2013 Is there any plans to allow rdmd to emit object files? | ||||
---|---|---|---|---|
| ||||
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 Re: Is there any plans to allow rdmd to emit object files? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gary Willoughby | 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 Re: Is there any plans to allow rdmd to emit object files? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | 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
|
Copyright © 1999-2021 by the D Language Foundation