Browse Source

compiler optimizations add -fno-math-errno

sbg
Daniel Agar 8 years ago
parent
commit
aeb1fe5a55
  1. 1
      cmake/common/px4_base.cmake

1
cmake/common/px4_base.cmake

@ -371,6 +371,7 @@ function(px4_add_common_flags) @@ -371,6 +371,7 @@ function(px4_add_common_flags)
-funsafe-math-optimizations
-ffunction-sections
-fdata-sections
-fno-math-errno
${PIC_FLAG}
)

Loading…
Cancel
Save