Commit 8266125
authored
fix(core): disable include_icu_data feature (#34279)
This change
denoland/rusty_v8@12d7ef1#diff-b2b1f3ec619c03c5bba2f171beab1301d960e1dcac6a17a99ce02326ce9c49b4R83
made it so icu data is bundled in with v8 unconditionally, so we don't
need to include the copy from deno_core anymore.
Resolves a roughly 11MB regression in binary size with the v8 upgrade.1 parent 85e85c4 commit 8266125
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments