Skip to content

Commit

Permalink
Remove libs that are not required on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer9-fb authored and rajup-git committed Jan 9, 2020
1 parent 0146aa3 commit 504f761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Makefile.Linux
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_DIRS_Linux := PAL/Linux
CRYPTO_Linux := PAL/Crypto/OpenSSL

CFLAGS_Linux := $(CFLAGS_IP) -ffunction-sections -fdata-sections
LDFLAGS_Linux := -ldns_sd -lsqlite3 -pthread -lasound -lopus -lfaac -lm
LDFLAGS_Linux := -ldns_sd -pthread -lm
ifeq ($(BUILD_TYPE),Release)
LDFLAGS_Linux += -Wl,--gc-sections -Wl,--as-needed -Wl,--strip-all
endif
Expand Down

0 comments on commit 504f761

Please sign in to comment.