projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed06889
)
Use -Wall only
author
Mike McCormack
<mj.mccormack@samsung.com>
Thu, 3 Nov 2011 23:33:42 +0000
(08:33 +0900)
committer
Mike McCormack
<mj.mccormack@samsung.com>
Thu, 3 Nov 2011 23:33:42 +0000
(08:33 +0900)
Other flags produce too much noise, and people aren't fixing
the warnings anyway. Reduce it to the important ones.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
25280bd
..
6ccc892
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-8,7
+8,7
@@
DEB_MAKE_CLEAN_TARGET := distclean
DEB_CONFIGURE_EXTRA_FLAGS := --enable-dependency-tracking
DEB_MAKE_EXTRA_ARGS := V=0
-CFLAGS += -fPIC -W
-Wall -Wextra
+CFLAGS += -fPIC -W
all
LDFLAGS += -Wl,--hash-style=both -Wl,--as-needed
clean::