1
0
mirror of synced 2026-02-21 23:17:29 +00:00

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

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)