mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
qt5base: support debug or release modes
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cc8c727751
commit
c64cfee043
@ -41,6 +41,12 @@ QT5BASE_CONFIGURE_OPTS += \
|
|||||||
-system-pcre \
|
-system-pcre \
|
||||||
-no-pch
|
-no-pch
|
||||||
|
|
||||||
|
ifeq ($(BR2_ENABLE_DEBUG),y)
|
||||||
|
QT5BASE_CONFIGURE_OPTS += -debug
|
||||||
|
else
|
||||||
|
QT5BASE_CONFIGURE_OPTS += -release
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_LARGEFILE),y)
|
ifeq ($(BR2_LARGEFILE),y)
|
||||||
QT5BASE_CONFIGURE_OPTS += -largefile
|
QT5BASE_CONFIGURE_OPTS += -largefile
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user