mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: generate bindings with bitfield accessors.
This commit is contained in:
parent
12fcb7a2e7
commit
df44ba40a4
3 changed files with 593 additions and 15 deletions
|
@ -24,7 +24,7 @@ COMPILATION_TARGETS = {
|
|||
COMMON_BUILD_KEY: {
|
||||
"flags": [
|
||||
"-x", "c++", "-std=c++14",
|
||||
"-allow-unknown-types", "-no-bitfield-methods",
|
||||
"-allow-unknown-types", "-no-unstable-rust",
|
||||
"-no-type-renaming", "-no-namespaced-constants",
|
||||
"-DTRACING=1", "-DIMPL_LIBXUL", "-DMOZ_STYLO_BINDINGS=1",
|
||||
"-DMOZILLA_INTERNAL_API", "-DRUST_BINDGEN",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue