Skip to content

Commit 2fcfab0

Browse files
committed
Update CMakeLists.txt (#3843)
1 parent 4730ae1 commit 2fcfab0

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
@@ -61,7 +61,7 @@ if(COMPILER_SUPPORTS_FMA)
6161
endif()
6262

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

6666
add_library(mppi_controller SHARED
6767
src/controller.cpp

0 commit comments

Comments
 (0)