mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
simposix: disable optimization for simposix build
Optimizing for size on simposix is meaningless, and the code is easier to debug using gdb when optimization is disabled.
This commit is contained in:
parent
22f4d30e27
commit
a7da3b14ba
@ -38,7 +38,7 @@ OUTDIR := $(TOP)/build/$(TARGET)
|
||||
|
||||
# Set developer code and compile options
|
||||
# Set to YES for debugging
|
||||
DEBUG ?= NO
|
||||
DEBUG ?= YES
|
||||
|
||||
# Set to YES when using Code Sourcery toolchain
|
||||
CODE_SOURCERY ?= NO
|
||||
|
Loading…
x
Reference in New Issue
Block a user