Changeset - b24ead4b25ef
[Not reviewed]
0 2 0
sicherha - 8 years ago 2018-02-12 17:58:24
github@sicherha.de
Build packages with optimisations enabled
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
packaging/debian/debian/rules
Show inline comments
 
@@ -8,7 +8,7 @@ DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog -ldebian/changelog \
 

	
 
build:
 
	dh_testdir
 
	cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DSPECTRUM_VERSION=${DEB_UPSTREAM_VERSION} .
 
	cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DSPECTRUM_VERSION=${DEB_UPSTREAM_VERSION} .
 
	export VERBOSE=1
 
	VERBOSE=1 make VERBOSE=1
 

	
packaging/fedora/spectrum2.spec
Show inline comments
 
@@ -36,7 +36,7 @@ Spectrum 2 is an XMPP transport/gateway and also simple XMPP server.
 
%setup -q -n spectrum2
 

	
 
%build
 
%cmake . -DCMAKE_BUILD_TYPE=Debug
 
%cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo
 
make VERBOSE=1 %{?_smp_mflags}
 

	
 
%install
0 comments (0 inline, 0 general)