mirror of https://github.com/YosysHQ/yosys.git
test-sanitizers.yml: Drop LTO
This commit is contained in:
parent
e08efb3b94
commit
be0a94b561
|
|
@ -97,7 +97,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make config-$CC
|
make config-$CC
|
||||||
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
||||||
echo 'ENABLE_LTO = 1' >> Makefile.conf
|
|
||||||
echo 'ENABLE_LIBYOSYS = 1' >> Makefile.conf
|
echo 'ENABLE_LIBYOSYS = 1' >> Makefile.conf
|
||||||
make -j$procs
|
make -j$procs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue