mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
enable debug clang++ compilation in azure pipelines
This commit is contained in:
parent
3f8b8b7a55
commit
5c82b459d6
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ jobs:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
BuildType: secure-clang
|
BuildType: secure-clang
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
||||||
|
Debug++ Clang:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
BuildType: debug-clang
|
||||||
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue