We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ca632 commit 27e1820Copy full SHA for 27e1820
build.rs
@@ -37,7 +37,7 @@ mod codegen {
37
println!("cargo:rerun-if-changed={}", input.display());
38
39
// We have stack overflows on Servo's CI.
40
- let handle = Builder::new().stack_size(8 * 1024 * 1024).spawn(move || {
+ let handle = Builder::new().stack_size(128 * 1024 * 1024).spawn(move || {
41
match_byte::expand(&input, &output);
42
}).unwrap();
43
0 commit comments