Skip to content

Commit

Permalink
moving lz after blosc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 24, 2023
1 parent da36b0a commit 887e75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
make -C src oct CC=gcc CXX=g++ MEXLINKOPT="-static"
otool -L zipmat.mex
else
make -C src oct CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lm -lpthread -Wl,-Bdynamic" LIBZLIB="-Wl,-Bstatic -lz"
make -C src oct CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lm -lpthread -Wl,-Bdynamic"
ldd zipmat.mex
fi
strip -S zipmat.mex
Expand Down

0 comments on commit 887e75b

Please sign in to comment.