Skip to content

Commit 462e306

Browse files
SteveMacenskienricosutera
authored andcommitted
Update CMakeLists.txt (ros-navigation#3843)
Signed-off-by: enricosutera <[email protected]>
1 parent f8a8863 commit 462e306

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)