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
When running ./Run on macOS an error gets thrown, saying that the -q flag isn't recognised.
MacOS uses clang instead of gcc, I suspect that's the reason why.
Everything runs fine (though of course more verbose) after removing this flag on line 113 in UnixBench/Makefile though.