mixer_module: set MAX_CUSTOM_OPT_LEVEL

This commit is contained in:
Beat Küng 2021-08-16 16:10:57 +02:00 committed by Daniel Agar
parent f00f3d1a27
commit 474b0188f7
1 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,5 @@
############################################################################
px4_add_library(mixer_module mixer_module.cpp)
target_compile_options(mixer_module PRIVATE ${MAX_CUSTOM_OPT_LEVEL})