disable zeroconf

Former-commit-id: b3e29c20a4b0a5407eb385b6f0579bc142a183a2
This commit is contained in:
brindosch 2016-06-10 13:15:49 +02:00
parent 5b47855bc3
commit c5cdd39615
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ make_release()
mkdir -p build-${RELEASE}
mkdir -p deploy/${RELEASE}
cd build-${RELEASE}
cmake -DCMAKE_INSTALL_PREFIX=/usr -DPLATFORM=${PLATFORM} $@ -DENABLE_ZEROCONF=ON -DCMAKE_BUILD_TYPE=Release -Wno-dev .. || exit 1
cmake -DCMAKE_INSTALL_PREFIX=/usr -DPLATFORM=${PLATFORM} $@ -DCMAKE_BUILD_TYPE=Release -Wno-dev .. || exit 1
make -j $(nproc) || exit 1
#strip bin/*
make package -j $(nproc)