summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch
blob: 805bf58796587a411c56c1b20183684b23658dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Remove the -Os flag

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Index: git/Makefile
===================================================================
--- git.orig/Makefile
+++ git/Makefile
@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION =
 CPPFLAGS = -I libfdt
 WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
 	-Wstrict-prototypes -Wmissing-prototypes
-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
+CFLAGS = -g -fPIC -Werror $(WARNINGS)
 
 BISON = bison
 LEX = flex