all:
	clang++ -I. -I../../ -Weverything -Wno-padded -Wno-c++98-compat -o custom_fields -O0 -g custom_fields.cc
