CXXFLAGS = -fsanitize=address -Weverything -Werror -Wno-c++98-compat -g -O3

all:
	clang++ $(CXXFLAGS) -o dng2exr dng2exr.cc
