diff --git a/Makefile b/Makefile index 3bd8026..ff5dd60 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BIN_DIR = ./bin MKDIR = mkdir -p CPP = g++ -CPPFLAGS = -Wall -fPIC -pthread -std=c++1y -I./include -I${CONDA_PREFIX}/include +CPPFLAGS = -Wall -Wfatal-errors -fPIC -pthread -std=c++1y -I./include -I${CONDA_PREFIX}/include LDLIBS = -L/usr/lib64 -L${CONDA_PREFIX}/lib -lzmq -lhdf5 -lhdf5_hl -lhdf5_cpp -lhdf5_hl_cpp -lboost_system -lboost_regex -lboost_thread -lpthread LDLIBS_TEST = -lgtest_main -lgtest LDFLAGS = -shared