From c356250909b0cffe1f21bdb30cbb4e5f85ae0e0c Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 9 Aug 2022 00:05:32 -0400 Subject: [PATCH] change build script --- build_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_main.sh b/build_main.sh index a90f8ee..7ed0a64 100755 --- a/build_main.sh +++ b/build_main.sh @@ -1 +1 @@ -nim c -r -d:ssl,release main.nim +nim c -r main.nim