Adds C11 standard flag for builds

Try to fix windows build beta CI
Adds the C11 standard flag to the build environment. This ensures
that the code is compiled using the C11 standard, potentially
improving compatibility and avoiding compiler-specific behavior.
This commit is contained in:
Huakun Shen 2025-04-03 16:26:10 -04:00
parent a385a8e256
commit 7a15a12d84

View File

@ -214,6 +214,7 @@ jobs:
env:
CI: false
NODE_OPTIONS: --max-old-space-size=4096
CFLAGS: -std:c11
run: pnpm tauri build ${{ env.BUILD_MODE}} ${{ matrix.os == 'windows-latest' && '-b nsis' || '' }}
- name: Rename macos-aarch64