mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 00:37:37 +08:00
[chibios] Disable GDB symbols by default
This commit is contained in:
@@ -107,7 +107,7 @@ ifeq ($(USE_OPT),)
|
||||
ifeq (,$(findstring $(RTOS_DEBUG),0 FALSE))
|
||||
CH_OPT ?= 0 -g -ggdb3 -fno-inline
|
||||
else
|
||||
CH_OPT ?= 2 -ggdb
|
||||
CH_OPT ?= 2
|
||||
endif
|
||||
USE_OPT = -O$(CH_OPT) \
|
||||
-falign-functions=16 -fomit-frame-pointer \
|
||||
|
||||
Reference in New Issue
Block a user