OPT = -O3 -fno-math-errno DEBUGOPT = -O0 CXX=clang++ CXXFLAGS = ${OPT} -Wall -W -g -std=c++98 LDFLAGS = ${OPT} -Wall -W -g