Snap: Change CMake builds to be of Release type
This commit is contained in:
parent
7bcb74adc1
commit
dcc45dd80e
|
@ -1,5 +1,5 @@
|
||||||
name: barrier-kvm # the Barrier Snappy for Linux / not tested on MAC yet
|
name: barrier-kvm # the Barrier Snappy for Linux / not tested on MAC yet
|
||||||
base: core18
|
base: core18
|
||||||
version: master
|
version: master
|
||||||
version-script: git describe --tags --long | sed "s/^v//"
|
version-script: git describe --tags --long | sed "s/^v//"
|
||||||
adopt-info: appstream-flathub
|
adopt-info: appstream-flathub
|
||||||
|
@ -43,8 +43,9 @@ parts:
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
configflags:
|
configflags:
|
||||||
- "-DCMAKE_INSTALL_PREFIX=/usr"
|
- "-DCMAKE_INSTALL_PREFIX=/usr"
|
||||||
|
- "-DCMAKE_BUILD_TYPE=Release"
|
||||||
build-packages:
|
build-packages:
|
||||||
- xorg-dev
|
- xorg-dev
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libavahi-compat-libdnssd-dev
|
- libavahi-compat-libdnssd-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
|
Loading…
Reference in New Issue