[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Preprocessor
From: |
Ondrej Oprala |
Subject: |
Re: Preprocessor |
Date: |
Fri, 04 Jul 2014 12:42:27 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 07/04/2014 12:20 PM, 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?
Best regards,
Khaled
Hi Khaled,
(this isn't really a question for the coreutils ML.)
GCC has options to stop at assembly/preprocessing etc..
The one you want is -E.
Regards,
Ondrej