Skip to content

Commit

Permalink
add debug webrtc to dev docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Sep 7, 2021
1 parent 5059355 commit d519811
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/manylinux/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,18 @@ RUN cmake -B out/Release . \
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/local/include
RUN cmake --build out/Release -- -j$(nproc)

RUN cmake -B out/Debug . \
-DCMAKE_BUILD_TYPE=Debug \
-DTG_OWT_SPECIAL_TARGET=linux \
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DTG_OWT_USE_PIPEWIRE=OFF \
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/local/include \
-DTG_OWT_OPENSSL_INCLUDE_PATH=$OPENSSL_PREFIX/include \
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/local/include/opus \
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/local/include
RUN cmake --build out/Debug -- -j$(nproc)

WORKDIR ..

FROM builder
Expand Down

0 comments on commit d519811

Please sign in to comment.