Platin21

Results 39 comments of Platin21

1. I don’t think we support static linking right now also you still need opt and lld which isn’t delivered with odin 2. I don’t think there are arm64 runners...

So it's an easy fix then just adding that flag. Btw. in sys/darwin there are some wrappers for this stuff already just not as integrated..

Hmm seems to not be open that doesn't like the dir but something else..

I suggest just using fchmod as i did with the open syscall wrapper

So you still can create the shm? So what is it returning i would have expected that it would give correct permissions if you use fchmod. I must be honest...

So you can or you can't shm_open the same name again in two different programs? Else I simply guess that macOS does have a slight bug with the permissions.

Ahh the reason why i mentioned it was mostly because one could use this to make a shm readonly for external. But i suspect its basically not worth it. So...

@Kelimion can be merged.. will see if that makes link times faster on linux/macOS as lld would be a bit faster then default old ld.

As in `-collection=MyLib:@bin/lib` thing is just it's not really per library that's what sucks a bit about it. Like one doesn't need to add a rpath to each library they...

Github bot again..