From 29719f9eb45d74e19d1a4eb6bd915ba4f94e18e6 Mon Sep 17 00:00:00 2001 From: Zoe Moore Date: Mon, 19 Dec 2022 22:20:56 -0800 Subject: [PATCH] Add prod build instructions --- README.md | 5 +++++ shard.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc473b..a7358f2 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ Then you can run the program with crystal run src/gtktest.cr ``` +You can build for production with + +``` +shards build -Dpreview_mt --release --no-debug +``` diff --git a/shard.yml b/shard.yml index 1aa1d55..16696f3 100644 --- a/shard.yml +++ b/shard.yml @@ -5,7 +5,7 @@ authors: - Zoe Moore targets: - gtktest: + wince: main: src/wince.cr dependencies: