Browse Source

UAVCAN: Set default optimization level to -Os because comm protocols should not hog the flash or RAM.

sbg
Lorenz Meier 9 years ago
parent
commit
cff6cde47b
  1. 2
      src/modules/uavcan/CMakeLists.txt

2
src/modules/uavcan/CMakeLists.txt

@ -63,7 +63,7 @@ px4_add_module( @@ -63,7 +63,7 @@ px4_add_module(
COMPILE_FLAGS
-Wframe-larger-than=1500
-Wno-deprecated-declarations
-O3
-Os
SRCS
# Main
uavcan_main.cpp

Loading…
Cancel
Save