chore: Change /Zi to /Z7 for ccache, remove debug symbols in CI (#6198)

As the `/Zi` compiler flag is unsupported by ccache, this change switches it to `/Z7` instead. For CI runs all debug info is omitted.
This commit is contained in:
Bart
2026-01-09 16:44:43 -05:00
committed by GitHub
parent 14467fba5e
commit 7c1183547a
4 changed files with 12 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Prepare runner
uses: XRPLF/actions/prepare-runner@65da1c59e81965eeb257caa3587b9d45066fb925
uses: XRPLF/actions/prepare-runner@121d1de2775d486d46140b9a91b32d5002c08153
with:
enable_ccache: ${{ inputs.ccache_enabled }}