This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,8 @@ Build
308
308
Windows
309
309
-------
310
310
311
+ - Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
312
+
311
313
- Issue #25089: Adds logging to installer for case where launcher is not
312
314
selected on upgrade.
313
315
Original file line number Diff line number Diff line change 43
43
<CompileAs >Default</CompileAs >
44
44
<SuppressStartupBanner >true</SuppressStartupBanner >
45
45
<WholeProgramOptimization >true</WholeProgramOptimization >
46
+ <EnableEnhancedInstructionSet Condition =" '$(Platform)'=='Win32'" >NoExtensions</EnableEnhancedInstructionSet >
46
47
</ClCompile >
47
48
<ClCompile Condition =" $(Configuration) == 'Debug'" >
48
49
<Optimization >Disabled</Optimization >
Original file line number Diff line number Diff line change 495
495
<ClInclude Include =" ..\Modules\hashtable.h" >
496
496
<Filter >Modules</Filter >
497
497
</ClInclude >
498
+ <ClInclude Include =" ..\Include\odictobject.h" >
499
+ <Filter >Include</Filter >
500
+ </ClInclude >
498
501
</ItemGroup >
499
502
<ItemGroup >
500
503
<ClCompile Include =" ..\Modules\_bisectmodule.c" >
1028
1031
<ClCompile Include =" ..\PC\invalid_parameter_handler.c" >
1029
1032
<Filter >PC</Filter >
1030
1033
</ClCompile >
1034
+ <ClCompile Include =" ..\Objects\odictobject.c" >
1035
+ <Filter >Objects</Filter >
1036
+ </ClCompile >
1031
1037
<ClCompile Include =" ..\Stackless\core\cframeobject.c" >
1032
1038
<Filter >Stackless\core</Filter >
1033
1039
</ClCompile >
You can’t perform that action at this time.
0 commit comments