FedericoCeratto / nim-libsodium

Nim wrapper for the libsodium library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statically compile libsodium into executable

Serasar opened this issue · comments

Is it possible to compile libsodium stuff inside executable, so it won't depend on libsodium.dll ?

I'll add instructions based on https://forum.nim-lang.org/t/4034

It seems i managed to compile my exe:
--dynlibOverride:libsodium --passL:libsodium.a