lttng-gen-tp: no linker flags when compiling .o
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 19 Apr 2021 19:49:19 +0000 (15:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Apr 2021 14:06:44 +0000 (10:06 -0400)
commitd619cda8578e0d27ce0de14b09c4dc8e8056d534
tree1b97615bd7b021482275539b8ebf37758bc210b0
parente2a195a6849f8d95a6583387b8ffbd8db8b95f9c
lttng-gen-tp: no linker flags when compiling .o

The lttng-gen-tp scripts appends the content of the LDFLAGS variable to
the cc command use to compile object files, this is unnecessary since we
are not linking an executable or shared object and will generate
warnings with recent clang.

Change-Id: I87812028f145e0fc3848cf9d58de998abc98e57e
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/gen-tp/Makefile
tools/lttng-gen-tp
This page took 0.025015 seconds and 4 git commands to generate.