diff --git a/bench/Makefile b/bench/Makefile index 13c3982c..83e53dc9 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -1,5 +1,5 @@ CXX ?= g++ -CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1 +CXXFLAGS = -march=native -Wall -Wextra -pedantic -Wconversion -std=c++11 -pthread -I../include -fmax-errors=1 CXX_RELEASE_FLAGS = -Ofast -flto -Wl,--no-as-needed