Skip to content

Commit 9c0ad10

Browse files
committed
build: enable ClangCL compiler on Windows
1 parent 15b076c commit 9c0ad10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
'ldflags': [ '-fPIC' ]
156156
}],
157157
],
158+
'msbuild_toolset': 'ClangCL',
158159
'msvs_settings': {
159160
'VCCLCompilerTool': {
160161
'BasicRuntimeChecks': 3, # /RTC1
@@ -243,6 +244,7 @@
243244
'ldflags': [ '-fPIC' ]
244245
}],
245246
],
247+
'msbuild_toolset': 'ClangCL',
246248
'msvs_settings': {
247249
'VCCLCompilerTool': {
248250
'conditions': [

0 commit comments

Comments
 (0)