Skip to content
Snippets Groups Projects
Commit 223cb649 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

debian/rules: enable CMAKE_BUILD_TYPE=Release

Change-Id: Ia039569e74cce6cf2d15a6e36849cad9b3b9d489
parent c740dc2c
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ CMAKE_OPTIONS=-DCHOST=${HOST_ARCH} \
-DCMAKE_C_COMPILER=${HOST_ARCH}-gcc \
-DCMAKE_CXX_COMPILER=${HOST_ARCH}-g++ \
-DCMAKE_FIND_ROOT_PATH=/usr/${HOST_ARCH} \
-DCMAKE_BUILD_TYPE=Release \
-DPKG_CONFIG_EXECUTABLE=/usr/bin/${HOST_ARCH}-pkg-config
endif
......@@ -177,7 +178,7 @@ override_dh_auto_install:
# cmake files
rm -rfv $(CURDIR)/debian/$(JAMI_CLIENT_PKG_NAME)/usr/lib/cmake
## GNOME client
cd client-gnome/build && \
make DESTDIR=$(CURDIR)/debian/$(JAMI_CLIENT_GNOME_PKG_NAME) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment