File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tools/setup_scripts/patch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1212 # Use the CMake version that we built, must be > 3.8
1313 # Build with CUDA (default), the CUDA flag is USE_CUDA, ie -DUSE_CUDA=true
1414- cmake ../ -DBUILD_EXAMPLES=true -DBUILD_WITH_CUDA=true
15- + cmake ../ -DCMAKE_CXX_FLAGS="-march=native -ffast-math" -DCMAKE_C_FLAGS="-march=native -ffast-math" -DBUILD_EXAMPLES=true -DBUILD_WITH_CUDA=true
15+ + cmake ../ -DCMAKE_CXX_FLAGS="-march=native -ffast-math" -DCMAKE_C_FLAGS="-march=native -ffast-math" -DBUILD_EXAMPLES=false -DBUILD_WITH_CUDA=true -DFORCE_RSUSB_BACKEND =true
1616 # The library will be installed in /usr/local/lib, header files in /usr/local/include
1717 # The demos, tutorials and tests will located in /usr/local/bin.
1818 echo "${green}Building librealsense, headers, tools and demos${reset}"
You can’t perform that action at this time.
0 commit comments