Skip to content

Commit

Permalink
use builtin atomics for Boehm GC
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-byers committed Jul 30, 2024
1 parent ad90b59 commit 3ba32d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: >
cmake -S "${{ github.workspace }}" -B "${{ env.build_dir }}"
-DCMAKE_C_COMPILER=${{ matrix.cc }}
-DGC_BUILTIN_ATOMIC=1
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DPAW_STRESS=${{ matrix.stress }}
Expand Down

0 comments on commit 3ba32d5

Please sign in to comment.