1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

CC: Make default build non-debug. This leaves a bit more RAM overhead.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2752 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2011-02-08 16:34:24 +00:00 committed by peabody124
parent 682b49df44
commit 6ac2ddb0c1

View File

@ -25,7 +25,7 @@
# Set developer code and compile options
# Set to YES to compile for debugging
DEBUG ?= YES
DEBUG ?= NO
# Set to YES to use the Servo output pins for debugging via scope or logic analyser
ENABLE_DEBUG_PINS ?= NO