all repos — min @ be182159b7c15cb3fe868fdcd8ac85e115ef370b

A small but practical concatenative programming language.

Updated nimble file
h3rald h3rald@h3rald.com
Sun, 29 Nov 2020 09:37:47 +0100
commit

be182159b7c15cb3fe868fdcd8ac85e115ef370b

parent

f74ca3922d983f730422f9a93b08d5c4333349d3

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M min.nimblemin.nimble

@@ -15,14 +15,14 @@

requires "nim >= 1.4.0" before install: - exec "nimble install nifty" + exec "nimble install -y nifty" exec "nifty remove -f" exec "nifty install" # Tasks const - compile = "nim c -d:release" + compile = "nim c -d:release --opt:size" linux_x64 = "--cpu:amd64 --os:linux --passL:-static" windows_x64 = "--cpu:amd64 --os:windows" macosx_x64 = ""