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
I was experimenting with radlink, since people say it's faster, but it doesn't seem to be able to link even the minimal DLL for me. Linking executables seems to work just fine.
Context
I was experimenting with radlink, since people say it's faster, but it doesn't seem to be able to link even the minimal DLL for me. Linking executables seems to work just fine.
Expected Behavior
Stuff compiles and I get a DLL.
Current Behavior
Output:
Error(023): incomplete write occurred, 178 Bytes written, expected 1.10 KiB
Temporary .obj files remaining in the directory.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
mylib.odin
file. The contents can be as minimal as justpackage mylib
odin build . -build-mode:dll -linker:radlink
The text was updated successfully, but these errors were encountered: