Skip to content

Commit

Permalink
Revert "tests: link with lld for better error messages"
Browse files Browse the repository at this point in the history
This reverts commit 8d7bc97.
  • Loading branch information
rsekman committed Nov 10, 2024
1 parent e66b7c4 commit 4a3ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CFLAGS=-fblocks -fcommon -O3 -gdwarf $(INCLUDE) \
-DXCTEST \
-DGOOGLETEST_STATIC
LIBRARIES=-lmad -lmpg123 -lcurl -ldispatch -lpthread -lBlocksRuntime -lm -ljansson -ldl
LDFLAGS=-L$(STATIC_ROOT)/lib -L$(STATIC_ROOT)/lib/x86_64-linux-gnu -fuse-ld=lld
LDFLAGS=-L$(STATIC_ROOT)/lib -L$(STATIC_ROOT)/lib/x86_64-linux-gnu


TEST_C_SOURCES=$(wildcard \
Expand Down

0 comments on commit 4a3ef4b

Please sign in to comment.