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
