X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=Makefile;h=33a5c20f6ffb910b0ce778e33e135b015f68c99c;hp=bf6561c59521c115b8d8f97d38e3d0113fb60489;hb=8dc395805eb042d94f8fe4d6f6e76c53293e1d14;hpb=179ae0cb9dc0cdb56217f517bd3dab62b0b3376c diff --git a/Makefile b/Makefile index bf6561c..33a5c20 100644 --- 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))