Skip to content

Commit c53984e

Browse files
wedsonafSven Van Asbroeck
authored and
Sven Van Asbroeck
committed
binder: test: Build binaries statically.
1 parent 4579e90 commit c53984e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/binder/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CFLAGS += -g
55
CFLAGS += -D_GNU_SOURCE
66
CFLAGS += -Wall
77
CFLAGS += -pthread
8+
CFLAGS += -static
89

910
TEST_GEN_PROGS := ping_server ping_client
1011

0 commit comments

Comments
 (0)