CC=g++
CCFLAGS=-O2 -march=native -Wno-deprecated $(CPPFLAGS)
LFLAGS=-lgc -lpcre $(LDFLAGS)
