Skip to content

Commit 48f819a

Browse files
authored
Fix stack size for embind benchmark. (#19392)
The benchmark was failing with the new smaller stack size.
1 parent 456a782 commit 48f819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embind/build_benchmark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
../../emcc --minify 0 -lembind --js-library=embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp
2+
../../emcc -sTOTAL_STACK=1Mb --minify 0 -lembind --js-library=embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp

0 commit comments

Comments
 (0)