Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 335 Bytes

File metadata and controls

14 lines (12 loc) · 335 Bytes
description icon
n

Nim

{% code overflow="wrap" %}

!# REF :: https://scripter.co/nim-deploying-static-binaries/
#      :: https://hookrace.net/blog/nim-binary-size/
nim --gcc.exe:musl-gcc --gcc.kinerexe:musl-gcc -d:release --opt:size --passL:-static c hello

{% endcode %}