mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 14:45:09 -05:00
Removed comments and pragmas from diffed preprocessor output.
This commit is contained in:
parent
43f9afe277
commit
f56d20b543
1 changed files with 1 additions and 2 deletions
|
|
@ -39,10 +39,9 @@ echo $VF_DIR
|
||||||
# -P : Surpresses line/file pragmas
|
# -P : Surpresses line/file pragmas
|
||||||
|
|
||||||
echo start preprocessor
|
echo start preprocessor
|
||||||
clang -E -C \
|
clang -E -P \
|
||||||
\
|
\
|
||||||
${BUILD_FLAGS[@]} \
|
${BUILD_FLAGS[@]} \
|
||||||
${VERIFAST_FLAGS[@]} \
|
|
||||||
${RP2040_INLCUDE_FLAGS[@]} \
|
${RP2040_INLCUDE_FLAGS[@]} \
|
||||||
${PICO_INCLUDE_FLAGS[@]} \
|
${PICO_INCLUDE_FLAGS[@]} \
|
||||||
-I`prod_header_dir $REPO_BASE_DIR` \
|
-I`prod_header_dir $REPO_BASE_DIR` \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue