Skip to content

Commit 95852ab

Browse files
Added build script for 'minimal' config
1 parent 5a17143 commit 95852ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/build/minimal.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
exec cargo build \
4+
--bin grandine \
5+
--features default-networks \
6+
--features preset-minimal \
7+
--profile compact

0 commit comments

Comments
 (0)