summaryrefslogtreecommitdiff
path: root/package/busybox/patches/004-remove-cflags.patch
blob: e1daf3294d7a634b2dc2f4135a79ff79f4a85b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Nur busybox-1.18.1.orig/Makefile.flags busybox-1.18.1/Makefile.flags
--- busybox-1.18.1.orig/Makefile.flags	2010-12-20 01:41:26.000000000 +0100
+++ busybox-1.18.1/Makefile.flags	2011-01-27 21:24:51.000000000 +0100
@@ -57,18 +57,6 @@
 # be fixed..
 #CFLAGS += $(call cc-option,-Wconversion,)
 
-ifneq ($(CONFIG_DEBUG),y)
-CFLAGS += $(call cc-option,-Os,)
-else
-CFLAGS += $(call cc-option,-g,)
-#CFLAGS += "-D_FORTIFY_SOURCE=2"
-ifeq ($(CONFIG_DEBUG_PESSIMIZE),y)
-CFLAGS += $(call cc-option,-O0,)
-else
-CFLAGS += $(call cc-option,-Os,)
-endif
-endif
-
 # If arch/$(ARCH)/Makefile did not override it (with, say, -fPIC)...
 ARCH_FPIC ?= -fpic
 ARCH_FPIE ?= -fpie