cmake: remove -Os from COMPILE_FLAGS in px4_add_module()

This is already added to the global list, and we already removed this
flag previously, but some of them sneaked back in.
This commit is contained in:
Beat Küng
2017-06-06 15:03:56 +02:00
parent d3f76262da
commit 2cf88156a9
20 changed files with 0 additions and 20 deletions
@@ -37,7 +37,6 @@ px4_add_module(
STACK_MAIN 1500
COMPILE_FLAGS
-Wno-deprecated-declarations
-Os
SRCS
nshterm.c
PRIORITY "SCHED_PRIORITY_DEFAULT-30"