We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c344bc6 commit 6569c89Copy full SHA for 6569c89
.github/workflows/soa-benchmark-refl.yml
@@ -16,7 +16,7 @@ jobs:
16
submodules: 'recursive'
17
- name: build and compile
18
run: |
19
- cmake -B ${{github.workspace}}
+ cmake -DENABLE_EDG=ON -B ${{github.workspace}}
20
cmake --build ${{github.workspace}} --verbose
21
- name: run benchmarks
22
0 commit comments