Skip to content

Commit 4113726

Browse files
committed
Build in debug mode when using local code
1 parent 92a757f commit 4113726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup-and-run-janus.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ if [[ $build_local || ! -e /opt/janus/lib/janus/plugins/libjanus_plugin_sfu.so ]
131131

132132
if [[ $build_local ]]; then
133133
pushd "$script_directory/.."
134-
cargo build --release
134+
cargo build
135135
sudo mkdir -p /opt/janus/lib/janus/plugins
136-
sudo cp target/release/libjanus_plugin_sfu.so /opt/janus/lib/janus/plugins/
136+
sudo cp target/debug/libjanus_plugin_sfu.so /opt/janus/lib/janus/plugins/
137137
popd
138138
else
139139
banner 'getting, building and installing janus-plugin-sfu'

0 commit comments

Comments
 (0)