Skip to content

Commit

Permalink
Revert "Build v8 with i18n support (#136)"
Browse files Browse the repository at this point in the history
This reverts commit 0a25ed0.
  • Loading branch information
rogchap authored and dylanahsmith committed Oct 28, 2021
1 parent a8894db commit d32e671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions deps/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d32e671

Please sign in to comment.