--- a/build_system/build_files/common.mk +++ b/build_system/build_files/common.mk @@ -122,7 +122,7 @@ CC=$(COMPILER) LD=$(LINKER) AR=$(ARCHIVER) -CFLAGS+=-O2 +#CFLAGS+=-O2 PWD= $(shell pwd) --- a/build_system/build_files/OS/linux_2.6.mk +++ b/build_system/build_files/OS/linux_2.6.mk @@ -80,7 +80,7 @@ endif ifeq ($(OS_LEVEL), kernel_space) -CFLAGS+= +#CFLAGS+= endif href='ssh://git@git.panaceas.org/git/openwrt/upstream' title='openwrt/upstream Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mm-macros/Makefile
blob: 3c457ef28ed96e5a6fb8df61cfe6e2a8d8908a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31