projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c065d50
)
add missing flags
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Feb 2008 23:43:37 +0000
(
00:43
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Feb 2008 23:43:37 +0000
(
00:43
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2a072c4f30fc75c940859c0ff7e52fc5ab881d26..65a38c776ab333a4923f0138bdd487a14a023562 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
VERSION=0.1
COPTS=-O2
WOPTS=-pedantic -Wno-unused -Werror
FPIC=-fPIC
-CFLAGS=$(COPTS) -Wall -std=gnu99
+CFLAGS=$(COPTS)
$(WOPTS)
-Wall -std=gnu99
AR=ar
LD=ld