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 \
|
||||
-no-pch
|
||||
|
||||
ifeq ($(BR2_ENABLE_DEBUG),y)
|
||||
QT5BASE_CONFIGURE_OPTS += -debug
|
||||
else
|
||||
QT5BASE_CONFIGURE_OPTS += -release
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_LARGEFILE),y)
|
||||
QT5BASE_CONFIGURE_OPTS += -largefile
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user