btrfs-progs: build: properly pass the LDFLAGS during tsan build
authorDavid Sterba <dsterba@suse.com>
Fri, 25 Aug 2017 18:09:34 +0000 (20:09 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commitb8c9c457c125718cdd2a25d876d8dac747f06f01
tree8699d35c33f82ff36628cb6b4b2b7707ad903366
parent339019c93455ad8331e057e471d2c1ae6638e25d
btrfs-progs: build: properly pass the LDFLAGS during tsan build

The variable LD_FLAGS does not exist and the flags are not used, we need
to use the newly added internal debugging linker flags.

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile