diff options
-rwxr-xr-x | components/style/binding_tools/regen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index e18bfbc6d78..e6f3a1f9e7b 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -22,7 +22,7 @@ COMPILATION_TARGETS = { # Flags common for all the targets. COMMON_BUILD_KEY: { "flags": [ - "--no-unstable-rust", "--no-type-renaming", + "--no-unstable-rust", ], "clang_flags": [ "-x", "c++", "-std=c++14", |