Merge pull request #5700 from YosysHQ/wasi_speedup

CI: WASI - Applying YoWASP changes to script
This commit is contained in:
Miodrag Milanović 2026-02-20 18:00:24 +01:00 committed by GitHub
commit fb653c4181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ jobs:
ENABLE_ZLIB := 0
CXXFLAGS += -I$(pwd)/flex-prefix/include
LINKFLAGS += -Wl,-z,stack-size=8388608 -Wl,--stack-first -Wl,--strip-all
END
make -C build -f ../Makefile CXX=clang -j$(nproc)