1
0
Fork 0

use clang to compile

DO NOT MERGE
This commit is contained in:
Mikhail Goncharov 2021-03-19 15:39:51 +01:00
parent f3367dc03e
commit 626ea5382c

View file

@ -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: