Skip to content

Commit 662ba6b

Browse files
committed
dockerfile: Enable default SIMD support in Docker (#10215)
According to the documentation, SIMD is supposed to be enabled by default in Fluent Bit container images. This commit updates the Dockerfile to reflect that, enabling SIMD by default. Signed-off-by: jinyong.choi <[email protected]>
1 parent ce62e56 commit 662ba6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/Dockerfile.windows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ RUN call "%MSVS_HOME%\VC\Auxiliary\Build\vcvars64.bat" && `
159159
cmake -G "NMake Makefiles" `
160160
-DOPENSSL_ROOT_DIR='C:\dev\vcpkg\packages\openssl_x64-windows-static' `
161161
-DFLB_LIBYAML_DIR='C:\dev\vcpkg\packages\libyaml_x64-windows-static' `
162+
-DFLB_SIMD=On `
162163
-DCMAKE_BUILD_TYPE=Release `
163164
-DFLB_SHARED_LIB=Off `
164165
-DFLB_EXAMPLES=Off `

0 commit comments

Comments
 (0)