1
0
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:
Stacey Sheldon 2012-06-18 22:27:12 -04:00
parent 22f4d30e27
commit a7da3b14ba

View File

@ -38,7 +38,7 @@ OUTDIR := $(TOP)/build/$(TARGET)
# Set developer code and compile options # Set developer code and compile options
# Set to YES for debugging # Set to YES for debugging
DEBUG ?= NO DEBUG ?= YES
# Set to YES when using Code Sourcery toolchain # Set to YES when using Code Sourcery toolchain
CODE_SOURCERY ?= NO CODE_SOURCERY ?= NO