From 33950d306aa9f1bfb0f8cf2e2254882b865e60b9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 31 Dec 2015 17:52:26 +0100 Subject: executor: fix some bugs found by clang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 497263557..e553d06ea 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ fuzzer: go build -o ./bin/syz-fuzzer github.com/google/syzkaller/syz-fuzzer executor: - gcc -o ./bin/syz-executor executor/executor.cc -lpthread -static -Wall -O1 -g + $(CC) -o ./bin/syz-executor executor/executor.cc -lpthread -static -Wall -O1 -g $(CFLAGS) execprog: go build -o ./bin/syz-execprog github.com/google/syzkaller/tools/syz-execprog -- cgit mrf-deployment