You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nim c -d:release -d:danger -d:openblas -d:blas=libopenblas ex06_shakespeare_generator.nim
in msys2+mingw64 on my windows 10 64 bits. The released exe file needs some dlls which are summed up to 34M bytes. Is there a way to link the libraries into exe file? Thanks
currently, I use
in msys2+mingw64 on my windows 10 64 bits. The released exe file needs some dlls which are summed up to 34M bytes. Is there a way to link the libraries into exe file? Thanks
566,409 libgcc_s_seh-1.dll
3,019,776 libgfortran-5.dll
29,413,376 libopenblas.dll
379,392 libquadmath-0.dll
548,081 libwinpthread-1.dll
108,544 zlib1.dll
The text was updated successfully, but these errors were encountered: