Sunagatov Denis
Sunagatov Denis
I'll write my thoughts here, but won't make any conclusions. First, this is a convenience feature. Adding it will make it easy to control and reason about endianness. With fixed...
OVMF is a UEFI firmware image, in other words the ROM that contains UEFI. You need it because by default qemu will use BIOS firmware.
What's the status on this? I've been meaning to write GUI for my application on top of GLFW, but I wanted to have a fallback for rendering, just in case...
The documentation for this option are missing from HTML docs. Maybe they should be added?
This is a very curious bug, seems like that violates some assumptions about soa-able types. Can I ask you to clarify on the expected behaviour? The program compiles, sure, but...
That sounds like either a rad debugger issue or something else. Are you building your project with `-no-crt`?
Confirmed. I can pin the bug down to the fact that shared object detection is done by checking the filename suffix. ```cpp // src/linker.cpp:385 if (string_ends_with(lib, str_lit(".a")) || string_ends_with(lib, str_lit(".o")))...
The other hypothesis is that it's probably a typo: Here's me trying to link to glfw3 using gcc 
UPD: Seems like `system:` does absolutely nothing and has no special semantics... It's only used on linux to differentiate between something like `-lpthread` and `-l:mylib.so`
You can push more commits to this PR just normally. Just make sure to push to the same branch from which you made this PR.