add a patch to let our optimization flags override default ones
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8599 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25e391427b
commit
9857acfb37
16
net/xmail/patches/040-honour_opt_flags.patch
Normal file
16
net/xmail/patches/040-honour_opt_flags.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff -ruN xmail-1.24-old/Makefile.common xmail-1.24-new/Makefile.common
|
||||||
|
--- xmail-1.24-old/Makefile.common 2007-09-01 17:30:57.000000000 +0200
|
||||||
|
+++ xmail-1.24-new/Makefile.common 2007-09-01 17:34:00.000000000 +0200
|
||||||
|
@@ -24,10 +24,10 @@
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(XMAIL_DEBUG), 1)
|
||||||
|
- CFLAGS := $(CFLAGS) -O0 -g
|
||||||
|
+ CFLAGS := -O0 -g $(CFLAGS)
|
||||||
|
STRIP = touch
|
||||||
|
else
|
||||||
|
- CFLAGS := $(CFLAGS) -O2
|
||||||
|
+ CFLAGS := -O2 $(CFLAGS)
|
||||||
|
endif
|
||||||
|
|
||||||
|
OUTDIR = bin
|
Loading…
x
Reference in New Issue
Block a user