mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Snapcraft: Build with Debug Info
This commit is contained in:
parent
7c4267e42c
commit
8735105af8
@ -37,7 +37,7 @@ parts:
|
|||||||
snapcraftctl set-version "${version_prefix}-${git_described}"
|
snapcraftctl set-version "${version_prefix}-${git_described}"
|
||||||
plugin: make
|
plugin: make
|
||||||
make-parameters:
|
make-parameters:
|
||||||
- CMAKE_BUILD_TYPE=Release
|
- CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- CMAKE_INSTALL_PREFIX=/usr
|
- CMAKE_INSTALL_PREFIX=/usr
|
||||||
override-build: |
|
override-build: |
|
||||||
snapcraftctl build
|
snapcraftctl build
|
||||||
|
Loading…
Reference in New Issue
Block a user