Skip to content
Snippets Groups Projects
Commit cb9d279b authored by Daniel Povey's avatar Daniel Povey Committed by GitHub
Browse files

Merge pull request #887 from scinart/master

linux_x86_64_mkl.mk now show respect to --static-fst=yes
parents 8bafb0b1 60757995
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ MKL_DYN_MUL = -L$(MKLLIB) -lmkl_solver_lp64 -Wl,--start-group -lmkl_intel_lp64 \
# MKLFLAGS = $(MKL_DYN_MUL)
LDFLAGS = -rdynamic -L$(FSTROOT)/lib -Wl,-R$(FSTROOT)/lib
LDLIBS = $(EXTRA_LDLIBS) -lfst -ldl $(MKLFLAGS) -lm -lpthread
LDFLAGS = -rdynamic $(OPENFSTLDFLAGS)
LDLIBS = $(EXTRA_LDLIBS) $(OPENFSTLIBS) $(MKLFLAGS) -lm -lpthread -ldl
CC = g++
CXX = g++
AR = ar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment