mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-26 21:04:27 +08:00
enable debug clang++ compilation in azure pipelines
This commit is contained in:
parent
3f8b8b7a55
commit
5c82b459d6
@ -81,6 +81,11 @@ jobs:
|
||||
CXX: clang++
|
||||
BuildType: secure-clang
|
||||
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:
|
||||
- task: CMake@1
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user