actube/src/LocalDefs-example.mak

7 lines
70 B
Makefile

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