Skip to content

Commit 27e1820

Browse files
committed
BLEH
1 parent 35ca632 commit 27e1820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mod codegen {
3737
println!("cargo:rerun-if-changed={}", input.display());
3838

3939
// We have stack overflows on Servo's CI.
40-
let handle = Builder::new().stack_size(8 * 1024 * 1024).spawn(move || {
40+
let handle = Builder::new().stack_size(128 * 1024 * 1024).spawn(move || {
4141
match_byte::expand(&input, &output);
4242
}).unwrap();
4343

0 commit comments

Comments
 (0)