Skip to content

Commit 23b52dd

Browse files
jslee02henriquealrs
authored andcommitted
Set DART_ENABLE_SIMD=OFF by default (dartsim#1825)
Signed-off-by: Jeongseok (JS) Lee <[email protected]>
1 parent 433de99 commit 23b52dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ endif()
8585
# compile options, which may cause runtime errors especially memory alignment
8686
# errors.
8787
dart_option(DART_ENABLE_SIMD
88-
"Build DART with all SIMD instructions on the current local machine" ON)
88+
"Build DART with all SIMD instructions on the current local machine" OFF)
8989
dart_option(DART_BUILD_GUI_OSG "Build osgDart library" ON)
9090
dart_option(DART_BUILD_DARTPY "Build dartpy" ON)
9191
dart_option(DART_BUILD_PROFILE "Build DART with profiling options" OFF)

0 commit comments

Comments
 (0)