Skip to content

Commit fbe81cb

Browse files
authored
Add the --release flag when building snaps (#77)
1 parent a07c3ac commit fbe81cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snap/snapcraft.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ apps:
1717

1818
parts:
1919
oq:
20-
source: ./
2120
plugin: crystal
21+
crystal-build-options:
22+
- '--release'
23+
source: ./
2224
stage-packages:
2325
- jq

0 commit comments

Comments
 (0)