1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

ahrs: always enable -g for gdb debug symbols

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1635 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
stac 2010-09-15 15:45:41 +00:00 committed by stac
parent 7886a617dc
commit 1017d0294b

View File

@ -240,9 +240,7 @@ CSTANDARD = -std=gnu99
#
# Flags for C and C++ (arm-elf-gcc/arm-elf-g++)
ifeq ($(DEBUG),YES)
CFLAGS += -g$(DEBUGF)
endif
CFLAGS += -ffast-math