stylo: generate bindings with bitfield accessors.

This commit is contained in:
Emilio Cobos Álvarez 2016-08-12 18:41:15 -07:00
parent 12fcb7a2e7
commit df44ba40a4
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 593 additions and 15 deletions

View file

@ -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",