> And how are you running it? compiling the file locally with this command... clang++ -fuse-ld=lld --std=gnu++2a -I/folder/with/liburing /path/to/liburing.a -o accept.test accept.test.cpp -g and then just doing ./accept.test
> And how are you running it? compiling the file locally with this command... clang++ -fuse-ld=lld --std=gnu++2a -I/folder/with/liburing /path/to/liburing.a -o accept.test accept.test.cpp -g and then just doing ./accept.test