Skip to content

Commit

Permalink
TMP: Removed flags for Docker auto update to work...
Browse files Browse the repository at this point in the history
  • Loading branch information
rwk-unil committed Apr 30, 2024
1 parent 1315527 commit 73d90d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ CXXFLAGS=-O$(OLEVEL) -g -Wall -std=c++17 $(INCLUDE_DIRS) $(CXXEXTRAFLAGS) $(EXTR

ifeq ($(STATIC_BINS),y)
A_LIBS := $(HTSLIB_PATH)/libhts.a $(ZSTD_PATH)/libzstd.a
LDLIBS+=-llzma -lbz2 -lz -lm -lcurl -lcrypto -ldeflate -pthread
LDLIBS+=-llzma -lbz2 -lz -lm -lcurl -pthread
else
LDLIBS+=-lhts -lzstd -lcrypto -ldeflate -pthread
LDLIBS+=-lhts -lzstd -pthread
endif

LDFLAGS+=-O$(OLEVEL) $(EXTRA_FLAGS)

0 comments on commit 73d90d3

Please sign in to comment.