projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a081eae
)
Added the -Wextra option to the compiler.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 17 Jun 2010 20:37:29 +0000
(22:37 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 17 Jun 2010 20:37:29 +0000
(22:37 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d8a9b3c
..
fe51ddf
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-34,7
+34,7
@@
else
OPTIMIZE_FLAG = -O2
endif
-CFLAGS = -Wall -ansi -pedantic -DUNAME="$(UNAME)" $(OPTIMIZE_FLAG)
+CFLAGS = -Wall -
Wextra -
ansi -pedantic -DUNAME="$(UNAME)" $(OPTIMIZE_FLAG)
all: selector