mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 18:50:20 +00:00
gpsd: Don't build without optimization
What the upstream debug option does is to add -O0 -g. -O0 is unwanted, and -g also added through CFLAGS. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6207331f37
commit
ca7faa9b3d
@ -35,8 +35,8 @@ PACKAGECONFIG[qt] = "qt='yes' qt_versioned=5,qt='no',qtbase"
|
|||||||
EXTRA_OESCONS = " \
|
EXTRA_OESCONS = " \
|
||||||
sysroot=${STAGING_DIR_TARGET} \
|
sysroot=${STAGING_DIR_TARGET} \
|
||||||
libQgpsmm='false' \
|
libQgpsmm='false' \
|
||||||
debug='true' \
|
debug='false' \
|
||||||
strip='false' \
|
nostrip='true' \
|
||||||
chrpath='yes' \
|
chrpath='yes' \
|
||||||
systemd='${SYSTEMD_OESCONS}' \
|
systemd='${SYSTEMD_OESCONS}' \
|
||||||
libdir='${libdir}' \
|
libdir='${libdir}' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user