File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
TOOLCHAIN_ROOT=$(TOOLCHAIN_ROOT);
7
7
TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;
8
8
TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\swift\clang;
9
+ ENABLE_MIMALLOC=$(ENABLE_MIMALLOC);
9
10
</DefineConstants >
10
11
</PropertyGroup >
11
12
Original file line number Diff line number Diff line change 479
479
</Component >
480
480
</ComponentGroup >
481
481
482
+ <ComponentGroup Id =" mimalloc" Directory =" _usr_bin" >
483
+ <?if $(ENABLE_MIMALLOC) == true ?>
484
+ <Component >
485
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect.dll" />
486
+ </Component >
487
+ <Component >
488
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-override.dll" />
489
+ </Component >
490
+ <?endif ?>
491
+ </ComponentGroup >
492
+
482
493
<ComponentGroup Id =" EnvironmentVariables" >
483
494
<Component Id =" UserPathVariable" Condition =" NOT ALLUSERS=1" Directory =" _usr_bin" Guid =" ab52b870-23ee-42e8-9581-3fcbdfb9228c" >
484
495
<Environment Action =" set" Name =" Path" Part =" last" Permanent =" no" System =" no" Value =" [_usr_bin]" />
504
515
<ComponentGroupRef Id =" SwiftMacros" />
505
516
<ComponentGroupRef Id =" FoundationMacros" />
506
517
<ComponentGroupRef Id =" TestingMacros" />
518
+ <ComponentGroupRef Id =" mimalloc" />
507
519
508
520
<ComponentGroupRef Id =" ClangResources" />
509
521
<ComponentGroupRef Id =" SwiftClangResources" />
You can’t perform that action at this time.
0 commit comments