https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192821
Carlos Jacobo Puga Medina <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Carlos Jacobo Puga Medina <[email protected]> --- Yes, adding GOOGLE_PROTOBUF_NO_RTTI solves the issue. In protobuf.gyp is defined like this: 'defines': [ 'USE_SYSTEM_PROTOBUF', # This macro must be defined to suppress the use # of dynamic_cast<>, which requires RTTI. 'GOOGLE_PROTOBUF_NO_RTTI', 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', ], -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
