mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
glib-2.0: don't disable all debugging functionality
GLib will use "minimal" debugging on non-development builds and the extra safety net and ability to debug at all is totally worth the small performance cost. If someone has a need for every ounce of performance, a simple .bbappend can restore this option. (From OE-Core rev: 4337545ea05ec9d9f64244bb6be83fab329478d1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1802da449c
commit
cfb502cc2b
@@ -1,6 +1,6 @@
|
|||||||
require glib.inc
|
require glib.inc
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
DEPENDS += "libffi python-argparse-native zlib"
|
DEPENDS += "libffi python-argparse-native zlib"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ S = "${WORKDIR}/glib-${PV}"
|
|||||||
|
|
||||||
CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap"
|
CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-debug --enable-included-printf=no ${CORECONF}"
|
EXTRA_OECONF = "--enable-included-printf=no ${CORECONF}"
|
||||||
EXTRA_OECONF_virtclass-native = "${CORECONF}"
|
EXTRA_OECONF_virtclass-native = "${CORECONF}"
|
||||||
EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no ${CORECONF}"
|
EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no ${CORECONF}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user