CC=g++
CCFLAGS=-O2 -std=c++17 -march=native $(CPPFLAGS)
LFLAGS=-lgc -lgctba -lutil $(LDFLAGS)
