3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

test-sanitizers.yml: Drop LTO

This commit is contained in:
Krystine Sherwin 2025-09-23 17:52:03 +12:00
parent e08efb3b94
commit be0a94b561
No known key found for this signature in database

View file

@ -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