CC=g++ CFLAGS=-g3 -fno-rtti -fno-exceptions -fno-unwind-tables make: g++ -c test1.c gcc $(CFLAGS) test1.o ../arg.o -o test1 leak: valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./test1 -d "ads|asd|asd"