projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179ae0c
)
Enable additional compiler warnings
author
Michael Vrable
<vrable@cs.hmc.edu>
Thu, 23 Jun 2011 18:51:01 +0000
(11:51 -0700)
committer
Michael Vrable
<vrable@cs.hmc.edu>
Thu, 23 Jun 2011 18:51:01 +0000
(11:51 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
bf6561c
..
33a5c20
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
PACKAGES=sqlite3 uuid
DEBUG=-g
-CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) \
+CXXFLAGS=-O -Wall -
Wextra -
D_FILE_OFFSET_BITS=64 $(DEBUG) \
$(shell pkg-config --cflags $(PACKAGES)) \
-DCUMULUS_VERSION=$(shell cat version)
LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES))