After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771120 - [review] build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros
[review] build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-09-09 12:53 UTC by Thomas Haller
Modified: 2016-09-12 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros (bgo#771120) (2.88 KB, patch)
2016-09-09 12:53 UTC, Thomas Haller
none Details | Review

Description Thomas Haller 2016-09-09 12:53:05 UTC
Avoid the pointless overhead. Even glib disables them unless you build
with --enable-debug.
Comment 1 Thomas Haller 2016-09-09 12:53:40 UTC
Created attachment 335185 [details] [review]
build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros (bgo#771120)

Avoid the pointless overhead. Even glib disables them unless you build
with --enable-debug.
Comment 2 Beniamino Galvani 2016-09-12 09:10:13 UTC
Sounds reasonable.