X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=Makefile;h=bb334d1d94e3abae26ed8198429f56a88a1b2944;hp=5f9d12499c9cf640c209e32444761bf7f769a9cd;hb=HEAD;hpb=62fdbfb1b57b7c0be6aa8e48654872315b0d1660 diff --git a/Makefile b/Makefile index 5f9d124..bb334d1 100644 --- a/Makefile +++ b/Makefile @@ -39,14 +39,10 @@ ifeq ($(PROFILE),yes) PROFILE_FLAG = -pg endif -CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) $(VERBOSE_FLAG) +CXXFLAGS = -Wconversion -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) $(VERBOSE_FLAG) all: mtp mtp_example -random-graph: \ - random-graph.o - $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) - mtp: \ path.o \ mtp_graph.o \