We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2b5e0 commit 8dce3f1Copy full SHA for 8dce3f1
.github/workflows/test-sanitizers.yml
@@ -96,9 +96,9 @@ jobs:
96
- name: Build
97
shell: bash
98
run: |
99
- make config-$CC
+ make config-$CC SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 VERIFIC_DIR=../verific
100
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
101
- make -j$procs ENABLE_LTO=1
+ make -j$procs ENABLE_LTO=1 SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 VERIFIC_DIR=../verific
102
103
- name: Log yosys-config output
104
0 commit comments