From dcc45dd80e9885e208dc78010a939349ca6f6260 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sun, 18 Aug 2019 22:24:32 +0100 Subject: [PATCH] Snap: Change CMake builds to be of Release type --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3aa2a339..bb7f9f0b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: barrier-kvm # the Barrier Snappy for Linux / not tested on MAC yet -base: core18 +base: core18 version: master version-script: git describe --tags --long | sed "s/^v//" adopt-info: appstream-flathub @@ -43,8 +43,9 @@ parts: plugin: cmake configflags: - "-DCMAKE_INSTALL_PREFIX=/usr" + - "-DCMAKE_BUILD_TYPE=Release" build-packages: - - xorg-dev + - xorg-dev - libcurl4-openssl-dev - libavahi-compat-libdnssd-dev - libssl-dev