On 6/30/25 12:23 PM, mindentropy wrote:
On Tue, Jul 1, 2025 at 12:27 AM Pierrick Bouvier
<pierrick.bouv...@linaro.org> wrote:

You can get verbose command for building by using make V=1, or ninja -v,
depending which command you like to use.

Then, you can get a preprocessed output by using '-E' gcc option.
Don't forget to remove -o option, emitting the object file (or replace
path).

Is there a Make rule to just generate the preprocessor output?

No, you need to find the command for the associated file you want, and manually add the -E parameter.

Reply via email to