diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f67a6b0..b4997d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for calling constructors functions with NewInstance on Function -- Build v8 with i18n support - Access "this" from function callback - value.SameValue(otherValue) function to compare values for sameness - Undefined, Null functions to get these constant values for the isolate diff --git a/deps/build.py b/deps/build.py index 861bc503..cc7b8c6f 100755 --- a/deps/build.py +++ b/deps/build.py @@ -51,6 +51,7 @@ treat_warnings_as_errors=false v8_embedder_string="-v8go" v8_enable_gdbjit=false +v8_enable_i18n_support=false v8_enable_test_features=false v8_untrusted_code_mitigations=false exclude_unwind_tables=true