Skip to content

Commit

Permalink
Set DART_ENABLE_SIMD=OFF by default (#1825)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeongseok (JS) Lee <[email protected]>
  • Loading branch information
jslee02 authored Jul 4, 2024
1 parent 4138ff2 commit aeaa84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ endif()
# compile options, which may cause runtime errors especially memory alignment
# errors.
dart_option(DART_ENABLE_SIMD
"Build DART with all SIMD instructions on the current local machine" ON)
"Build DART with all SIMD instructions on the current local machine" OFF)
dart_option(DART_BUILD_GUI_OSG "Build osgDart library" ON)
dart_option(DART_BUILD_DARTPY "Build dartpy" ON)
dart_option(DART_BUILD_PROFILE "Build DART with profiling options" OFF)
Expand Down

0 comments on commit aeaa84a

Please sign in to comment.