CFLAGS=-O2 -g -Wall
ifndef CONFIG_WIN32
LIBS=-ldl
LIBS=-ldl -lm
BCHECK_O=bcheck.o
endif
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC