Merge pull request #403 from shymega/fix/snap-flags

Snap: Change CMake builds to be of Release type
This commit is contained in:
Adrian Lucrèce Céleste 2019-08-18 17:26:55 -04:00 committed by GitHub
commit dea143bfd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -43,6 +43,7 @@ parts:
plugin: cmake
configflags:
- "-DCMAKE_INSTALL_PREFIX=/usr"
- "-DCMAKE_BUILD_TYPE=Release"
build-packages:
- xorg-dev
- libcurl4-openssl-dev