We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303b196 commit e2d7c24Copy full SHA for e2d7c24
azure-pipelines.yml
@@ -42,6 +42,14 @@ jobs:
42
BuildType: release
43
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -A Win32
44
MSBuildConfiguration: Release
45
+ Debug Fixed TLS:
46
+ BuildType: debug
47
+ cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_WIN_USE_FIXED_TLS=ON
48
+ MSBuildConfiguration: Debug
49
+ Release Fixed TLS:
50
+ BuildType: release
51
+ cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_WIN_USE_FIXED_TLS=ON
52
+ MSBuildConfiguration: Release
53
steps:
54
- task: CMake@1
55
inputs:
0 commit comments