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
1 changed files with 0 additions and 1 deletions

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