We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d612c3 commit 634ac98Copy full SHA for 634ac98
include/meson.mk
@@ -124,7 +124,7 @@ define Build/Configure/Meson
124
$(call Meson/CreateCrossFile,$(PKG_BUILD_DIR)/openwrt-cross.txt)
125
$(call Meson, \
126
setup \
127
- --buildtype plain \
+ --buildtype $(if $(CONFIG_DEBUG),debug,plain) \
128
--native-file $(PKG_BUILD_DIR)/openwrt-native.txt \
129
--cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \
130
-Ddefault_library=both \
0 commit comments