mirror of
https://github.com/encounter/mimalloc.git
synced 2026-07-10 12:18:36 -07:00
add simd test on windows
This commit is contained in:
@@ -30,6 +30,10 @@ jobs:
|
||||
BuildType: release
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
||||
MSBuildConfiguration: Release
|
||||
Release SIMD:
|
||||
BuildType: release-simd
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON -DMI_WIN_USE_FIXED_TLS=ON
|
||||
MSBuildConfiguration: Release
|
||||
Secure:
|
||||
BuildType: secure
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
||||
|
||||
Reference in New Issue
Block a user