Skip to content

Commit

Permalink
debug linux matlab mex build
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 23, 2023
1 parent 05e5c8b commit c26b25c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ jobs:
make -C src mex CC=gcc-10 CXX=g++10 MEXLINKOPT="-static-libstdc++"
otool -L zipmat.mex*
else
env
export LD_PRELOAD=''
make -C src mex CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++"
make -C src mex CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++" MEX="mex -v"
ldd zipmat.mex*
fi
strip -S zipmat.mex*
Expand Down

0 comments on commit c26b25c

Please sign in to comment.