From 0f7eeef4f83ebb7a401fe16909b5aa929b634833 Mon Sep 17 00:00:00 2001 From: dankers Date: Wed, 23 Dec 2009 10:02:51 +0000 Subject: [PATCH] Compiler flags update git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@108 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/flight/Makefile b/flight/Makefile index 8e5321bce..ddeea322e 100644 --- a/flight/Makefile +++ b/flight/Makefile @@ -271,7 +271,6 @@ CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS)) -I. CFLAGS += -mapcs-frame CFLAGS += -fomit-frame-pointer -CFLAGS += -ffunction-sections -fdata-sections CFLAGS += -fpromote-loop-indices CFLAGS += -Wall