From be0a94b561d5b472996a15acacca0121c7240ada Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:52:03 +1200 Subject: [PATCH] test-sanitizers.yml: Drop LTO --- .github/workflows/test-sanitizers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-sanitizers.yml b/.github/workflows/test-sanitizers.yml index 37be086a0..a83832028 100644 --- a/.github/workflows/test-sanitizers.yml +++ b/.github/workflows/test-sanitizers.yml @@ -97,7 +97,6 @@ jobs: run: | make config-$CC echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf - echo 'ENABLE_LTO = 1' >> Makefile.conf echo 'ENABLE_LIBYOSYS = 1' >> Makefile.conf make -j$procs