Skip to content

Commit 2d6e9a9

Browse files
Update CMakeLists.txt (ros-navigation#3843)
1 parent 6ee59c8 commit 2d6e9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_mppi_controller/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if(COMPILER_SUPPORTS_FMA)
4848
endif()
4949

5050
# If building one the same hardware to be deployed on, try `-march=native`!
51-
add_compile_options(-O3 -finline-limit=10000000 -ffp-contract=fast -ffast-math -mtune=generic)
51+
add_compile_options(-O3 -finline-limit=10000000 -ffp-contract=fast -ffast-math -mtune=generic -mno-avx512f)
5252

5353
add_library(mppi_controller SHARED
5454
src/controller.cpp

0 commit comments

Comments
 (0)