Skip to content

Commit 547ae67

Browse files
committed
add BUILD_TYPE flag to win/cl CI config
1 parent d8146d7 commit 547ae67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
shared_library: 'ON'
236236
level_zero_provider: 'OFF'
237237
cuda_provider: 'OFF'
238+
extra_release_build_type: '-DCMAKE_BUILD_TYPE=Release' # NMake generator requires this
238239
cmake_ver: '3.28.0-windows-x86_64'
239240
# umfd enabled (this job will replace one from matrix)
240241
- os: 'windows-2022'

0 commit comments

Comments
 (0)