mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Stop passing now-unrecognized --no-type-renaming to rust-bindgen.
This commit is contained in:
parent
3ae0a3335d
commit
99cd19e410
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue