Example for Localdefs.mak

This commit is contained in:
7u83 2022-08-18 08:54:00 +02:00
parent 44bb37cbb8
commit 6c7ce7727a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
CFLAGS+=-Wall -g -O0 -fsanitize=address -fPIC
LIBS=-lasan
CC=clang