Skip to content

Commit

Permalink
Update CMakeLists.txt (ros-navigation#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Sep 27, 2023
1 parent 6ee59c8 commit 2d6e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_mppi_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(COMPILER_SUPPORTS_FMA)
endif()

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

add_library(mppi_controller SHARED
src/controller.cpp
Expand Down

0 comments on commit 2d6e9a9

Please sign in to comment.