actube/src/LocalDefs-example.mak
2022-08-18 08:54:00 +02:00

7 lines
70 B
Makefile

CFLAGS+=-Wall -g -O0 -fsanitize=address -fPIC
LIBS=-lasan
CC=clang