use clang to compile
DO NOT MERGE
This commit is contained in:
parent
f3367dc03e
commit
626ea5382c
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ environment:
|
|||
CXX: 'clang++'
|
||||
LD: 'LLD'
|
||||
windows:
|
||||
'CC': 'cl'
|
||||
'CXX': 'cl'
|
||||
'LD': 'link'
|
||||
'CC': 'clang-cl'
|
||||
'CXX': 'clang-cl'
|
||||
'LD': 'lld-link'
|
||||
|
||||
# command line arguments for cmake
|
||||
arguments:
|
||||
|
|
Loading…
Reference in a new issue