Add clang-11 for Linux; blank out threading_example on darwin

This commit is contained in:
gingerBill
2021-04-24 21:13:40 +01:00
parent 240a568eb9
commit 184c686c7e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1109,6 +1109,11 @@ prefix_table := [?]string{
};
threading_example :: proc() {
if ODIN_OS == "darwin" {
// TODO: Fix threads on darwin/macOS
return;
}
fmt.println("\n# threading_example");
{ // Basic Threads