actube/src/LocalDefs-example.mak

7 lines
70 B
Makefile
Raw Normal View History

2022-08-18 08:54:00 +02:00
CFLAGS+=-Wall -g -O0 -fsanitize=address -fPIC
LIBS=-lasan
CC=clang