PX4: Remove -Os because I've changed the px4 tree to have that as the

default
This commit is contained in:
Kevin Hester 2013-05-27 21:21:18 -07:00 committed by Andrew Tridgell
parent b1a014e12e
commit 7652f403ea

View File

@ -20,7 +20,6 @@ $(BUILDROOT)/module.mk:
$(v) echo "MODULE_COMMAND = ArduPilot" >> $@
$(v) echo "SRCS = $(SKETCH).cpp $(SKETCHLIBSRCS)" >> $@
$(v) echo "MODULE_STACKSIZE = 4096" >> $@
$(v) echo "MAXOPTIMIZATION = -Os" >> $@
px4: $(PX4_ROOT)/Archives/px4fmu.export $(SKETCHCPP) $(BUILDROOT)/module.mk
$(RULEHDR)