Loading js/rust/build.rs +2 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,8 @@ const UNSAFE_IMPL_SYNC_TYPES: &'static [&'static str] = &[ /// Flags passed through bindgen directly to Clang. const EXTRA_CLANG_FLAGS: &'static [&'static str] = &[ "-x", "c++", "-std=c++14", "-std=gnu++14", "-fno-sized-deallocation", "-DRUST_BINDGEN", ]; Loading layout/style/ServoBindings.toml +1 −1 Original line number Diff line number Diff line [build] args = [ "-x", "c++", "-std=c++14", "-x", "c++", "-std=c++14", "-fno-sized-deallocation", "-DTRACING=1", "-DIMPL_LIBXUL", "-DMOZ_STYLO_BINDINGS=1", "-DMOZILLA_INTERNAL_API", "-DRUST_BINDGEN", "-DMOZ_STYLO" ] Loading Loading
js/rust/build.rs +2 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,8 @@ const UNSAFE_IMPL_SYNC_TYPES: &'static [&'static str] = &[ /// Flags passed through bindgen directly to Clang. const EXTRA_CLANG_FLAGS: &'static [&'static str] = &[ "-x", "c++", "-std=c++14", "-std=gnu++14", "-fno-sized-deallocation", "-DRUST_BINDGEN", ]; Loading
layout/style/ServoBindings.toml +1 −1 Original line number Diff line number Diff line [build] args = [ "-x", "c++", "-std=c++14", "-x", "c++", "-std=c++14", "-fno-sized-deallocation", "-DTRACING=1", "-DIMPL_LIBXUL", "-DMOZ_STYLO_BINDINGS=1", "-DMOZILLA_INTERNAL_API", "-DRUST_BINDGEN", "-DMOZ_STYLO" ] Loading