Skip to content
Snippets Groups Projects
Commit aeb1fe5a authored by Daniel Agar's avatar Daniel Agar
Browse files

compiler optimizations add -fno-math-errno

parent 13bf3122
No related branches found
No related tags found
No related merge requests found
......@@ -371,6 +371,7 @@ function(px4_add_common_flags)
-funsafe-math-optimizations
-ffunction-sections
-fdata-sections
-fno-math-errno
${PIC_FLAG}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment