Merge branch 'develop' into features/shared

This commit is contained in:
Carson Woods
2020-06-26 12:19:32 -04:00
191 changed files with 3272 additions and 600 deletions

View File

@@ -15,7 +15,11 @@
# -------------------------------------------------------------------------
packages:
all:
compiler: [clang, gcc, intel]
compiler:
- apple-clang
- clang
- gcc
- intel
providers:
elf: [libelf]
unwind: [apple-libunwind]