Skip to content

Commit b332f3f

Browse files
djeong20jijoongmoon
authored andcommitted
Update Windows Native Clang Configuration
This pull request updates the Windows native Clang configuration file. This patch removes the BLAS number of threads option and sets a static build as the default. **Self-evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Donghyeon Jeong <[email protected]>
1 parent 8735ff5 commit b332f3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows-native-clang.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ enable-tflite-backbone=false
33
enable-nnstreamer-backbone=false
44
enable-tflite-interpreter=false
55
install-app=false
6-
openblas-num-threads = 6
6+
enable-opencl=false
77

88
[built-in options]
99
werror=false
1010
c_std='c17'
1111
cpp_std='c++20'
1212
platform='windows'
13+
vsenv = true
14+
default_library = 'static'
1315

1416
[binaries]
1517
c = 'clang'

0 commit comments

Comments
 (0)