X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=8cc509f2a381e6dae085fb6e5861d6e94d5a90ce;hb=40136bff9950f50c35bcceff9998905485e17e74;hp=af8924883e78abaffed2a54fa63fe807d3eec21a;hpb=0ecb0f815acfcf5849d5333c6e585584e93649f7;p=jmdict-cli.git diff --git a/Makefile b/Makefile index af89248..8cc509f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX ?= /usr -OPTS=-Wall -Wextra -ansi -pedantic-errors -Wconversion $(CXXFLAGS) +OPTS=-Wall -Wextra -ansi -pedantic-errors -Wconversion -Wfloat-equal -Wredundant-decls -Wstrict-null-sentinel -Winit-self -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wsign-promo $(CXXFLAGS) DICTIONARY_PATH=$(PREFIX)/share/jmdict DICTIONARY_NAME="\"$(DICTIONARY_PATH)/database\"" BINDIR=${DESTDIR}${PREFIX}/bin