mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
- move --target before ${VERBOSE_FLAG} so [ci-ga-cmake-verbose] doesn't
swallow the target argument
- add stdlib: default option for GCC entries (GCC doesn't support -stdlib flag)
- pass stdlib explicitly to coverage build step
- remove dead CMAKE_BUILD_PARALLEL_LEVEL export (doesn't persist across steps,
and build step already uses --parallel)
- remove duplicate ccache config block