forked from Archive/PX4-Autopilot
mixer_module: set MAX_CUSTOM_OPT_LEVEL
This commit is contained in:
parent
f00f3d1a27
commit
474b0188f7
|
@ -32,3 +32,5 @@
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
px4_add_library(mixer_module mixer_module.cpp)
|
px4_add_library(mixer_module mixer_module.cpp)
|
||||||
|
|
||||||
|
target_compile_options(mixer_module PRIVATE ${MAX_CUSTOM_OPT_LEVEL})
|
||||||
|
|
Loading…
Reference in New Issue