Skip to content

Commit 01c0f67

Browse files
kenvandineclaude
andcommitted
fix: Set Release build type
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2f49ea8 commit 01c0f67

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

snap/local/patches/cli_guard_try_get_backend_options.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

snap/snapcraft.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ parts:
192192
plugin: cmake
193193
source: https://github.com/lemonade-sdk/lemonade.git
194194
cmake-parameters:
195+
- -DCMAKE_BUILD_TYPE=Release
195196
- -DCMAKE_PREFIX_PATH=/usr
196197
- -DCMAKE_INSTALL_PREFIX=/usr
197198
- -DBUILD_WEB_APP=ON
@@ -215,9 +216,6 @@ parts:
215216
VERSION=$(git describe --tags --abbrev=10)
216217
craftctl set version=$VERSION
217218
fi
218-
for patch in $CRAFT_PROJECT_DIR/snap/local/patches/*.patch; do
219-
patch -p1 --forward --reject-file=- < "$patch" || true
220-
done
221219
override-build: |
222220
craftctl default
223221

0 commit comments

Comments
 (0)