From c79a62058c3a733c0360f34ec28981ddcc25bc85 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 12 Jan 2020 13:23:54 +0530 Subject: [PATCH 1/1] Optimize size of binary to 404 KB Signed-off-by: Joseph Nuthalapati --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4dc78b..9c9899f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ run-unit-tests: publish-artifacts: stage: publish script: - - nim c -d:ssl -d:release nimcoon.nim && strip nimcoon + - nim c -d:ssl -d:release -d:quick --passc:-flto nimcoon.nim && strip nimcoon artifacts: paths: - nimcoon -- 2.43.0