Removed comments and pragmas from diffed preprocessor output.

This commit is contained in:
Tobias Reinhard 2022-12-10 18:45:12 -05:00
parent 43f9afe277
commit f56d20b543

View file

@ -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` \