forked from Archive/PX4-Autopilot
enable -fno-math-errno as we never check errno (#9281)
- disables setting of the errno variable as required by C89/C99 on calling math library routines
This commit is contained in:
parent
28f9b38919
commit
bdf4f19867
|
@ -361,7 +361,10 @@ function(px4_add_common_flags)
|
|||
set(_optimization_flags
|
||||
-fno-strict-aliasing
|
||||
-fomit-frame-pointer
|
||||
|
||||
-fno-math-errno
|
||||
-funsafe-math-optimizations
|
||||
|
||||
-ffunction-sections
|
||||
-fdata-sections
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue