package sqlite: omit debugging symbols

This commit is contained in:
Mark Brand 2014-03-10 22:06:08 +01:00
parent 5d42a366cc
commit e84eadbb28
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-readline \
--enable-threadsafe
--enable-threadsafe \
CFLAGS="-Os"
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef