From 51489edbfccb7b41b804f557a78d51a0d629775c Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 26 Jan 2017 07:38:39 +0100 Subject: [PATCH] Don't build snap in debug mode anymore --- snapcraft.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 0bd0319..c7b6c4e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -88,9 +88,6 @@ parts: # FIXME: Anbox currently has some paths with hard coded prefixes. Once # that is fixed we can avoid using a prefix here. - -DCMAKE_INSTALL_PREFIX:PATH=/usr - # FIXME: When building in release mode we get a lot of error which cause - # the build to fail. - - -DCMAKE_BUILD_TYPE=debug build-packages: - build-essential - cmake