ci: add `-UFASTPATH` to build_all

To catch issue in from `spa_log_trace_fp()` and
`pw_log_trace_fp()` macro invocations.
This commit is contained in:
Barnabás Pőcze 2023-05-31 12:24:07 +02:00 committed by Wim Taymans
parent b89942017b
commit 44367eef12
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ build_all:
-Droc=disabled
-Dlibcamera=disabled
-Dsession-managers=[]
-Dc_args="['-UFASTPATH']"
-Dcpp_args="['-UFASTPATH']"
parallel:
matrix:
- CC: [gcc, clang]