mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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.
|
# Flags common for all the targets.
|
||||||
COMMON_BUILD_KEY: {
|
COMMON_BUILD_KEY: {
|
||||||
"flags": [
|
"flags": [
|
||||||
"--no-unstable-rust", "--no-type-renaming",
|
"--no-unstable-rust",
|
||||||
],
|
],
|
||||||
"clang_flags": [
|
"clang_flags": [
|
||||||
"-x", "c++", "-std=c++14",
|
"-x", "c++", "-std=c++14",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue