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:
Adrian Bunk
2019-07-09 23:52:34 +03:00
committed by Khem Raj
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}' \