[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Preprocessor
From: |
Khaled Yakdan |
Subject: |
Re: Preprocessor |
Date: |
Fri, 04 Jul 2014 16:38:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
Hi,
many thanks.
the -save-temps flag did the trick
best regards,
Khaled
Am 04.07.2014 12:43, schrieb Pádraig Brady:
> On 07/04/2014 11:20 AM, Khaled Yakdan wrote:
>> Hi all,
>>
>> is there an option to configure so that the make file only runs the
>> preprocessor or at least produces preprocessed source code files in
>> addition to object files?
>
> Not a coreutils specific question, but you could
> pass --save-temps to CFLAGS through configure.
>
> Also for one off debugging, you can see the full command
> used for a standard build like: make V=1 src/$cmd
> and then adjust to add -E to send preprocessed to stdout.
>
>
>