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
@@ -35,7 +35,6 @@ px4_add_module(
MAIN hardfault_log
STACK_MAIN 2048
COMPILE_FLAGS
-Os
SRCS
hardfault_log.c
DEPENDS