We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433de99 commit 23b52ddCopy full SHA for 23b52dd
CMakeLists.txt
@@ -85,7 +85,7 @@ endif()
85
# compile options, which may cause runtime errors especially memory alignment
86
# errors.
87
dart_option(DART_ENABLE_SIMD
88
- "Build DART with all SIMD instructions on the current local machine" ON)
+ "Build DART with all SIMD instructions on the current local machine" OFF)
89
dart_option(DART_BUILD_GUI_OSG "Build osgDart library" ON)
90
dart_option(DART_BUILD_DARTPY "Build dartpy" ON)
91
dart_option(DART_BUILD_PROFILE "Build DART with profiling options" OFF)
0 commit comments