diff options
author | Carlos Hernandez <carlos@techbyte.ca> | 2020-06-14 20:41:40 -0600 |
---|---|---|
committer | Carlos Hernandez <carlos@techbyte.ca> | 2020-08-30 16:12:56 +0000 |
commit | 8735105af819881e852301553f36bc07ca729750 (patch) | |
tree | 11a4bd098a524b8edca66d98bcb2952c7f80afde | |
parent | 7c4267e42c17eda9a0737a88b1bf70bb7573a0d9 (diff) | |
download | rneovim-8735105af819881e852301553f36bc07ca729750.tar.gz rneovim-8735105af819881e852301553f36bc07ca729750.tar.bz2 rneovim-8735105af819881e852301553f36bc07ca729750.zip |
Snapcraft: Build with Debug Info
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 68e69fd20b..974efc334c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -37,7 +37,7 @@ parts: snapcraftctl set-version "${version_prefix}-${git_described}" plugin: make make-parameters: - - CMAKE_BUILD_TYPE=Release + - CMAKE_BUILD_TYPE=RelWithDebInfo - CMAKE_INSTALL_PREFIX=/usr override-build: | snapcraftctl build |