From 5a17517553bcb0d8d42266e79f9677a9267dc0ce Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:25:00 -0800 Subject: [PATCH] Update compile.sh --- compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.sh b/compile.sh index 4c6269c..d15090f 100755 --- a/compile.sh +++ b/compile.sh @@ -78,6 +78,7 @@ autoreconf -i && CXXFLAGS="-pthread -r -O3 -flto" LDFLAGS="-O3 -pthread -flto" emconfigure ./configure --prefix=$OPENFST --enable-static --disable-shared --enable-ngram-fsts --enable-lookahead-fsts --disable-bin --with-pic && emmake make -j$COMPILE_JOBS install && echo "PACKAGE_VERSION = 1.8.0" >> $OPENFST/Makefile && +rm -rf /tmp/openfst && cd $KALDI/src && git apply $SRC/kaldi.patch &&