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++'
|
CXX: 'clang++'
|
||||||
LD: 'LLD'
|
LD: 'LLD'
|
||||||
windows:
|
windows:
|
||||||
'CC': 'cl'
|
'CC': 'clang-cl'
|
||||||
'CXX': 'cl'
|
'CXX': 'clang-cl'
|
||||||
'LD': 'link'
|
'LD': 'lld-link'
|
||||||
|
|
||||||
# command line arguments for cmake
|
# command line arguments for cmake
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Reference in a new issue