Skip to content

Commit d4169c8

Browse files
author
samwell
committed
change: linux release add debug info
1 parent 790214d commit d4169c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ffi-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
clang --version; \
151151
yum install openssl-devel libX11-devel mesa-libGL-devel libXext-devel -y; \
152152
curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y; \
153-
cd livekit-ffi && cargo build --release --target ${{ matrix.target }} ${{ matrix.buildargs }}"
153+
cd livekit-ffi && RUSTFLAGS="-g" cargo build --release --target ${{ matrix.target }} ${{ matrix.buildargs }}"
154154
155155
sudo chown -R $USER:$USER target/${{ matrix.target }}/release/
156156

0 commit comments

Comments
 (0)