Skip to content

Commit cd42b81

Browse files
committed
disable debug building
1 parent 1af700e commit cd42b81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/build.macos_x86_64.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -ex
44
cd `dirname $0`
55
pip3 install setuptools
6-
python3 run.py build --debug macos_x86_64 --webrtc-fetch --commit "$1"
7-
python3 run.py package --debug macos_x86_64
6+
python3 run.py build macos_x86_64 --webrtc-fetch --commit "$1"
7+
python3 run.py package macos_x86_64

build/build.windows_x86_64.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Push-Location $SCRIPT_DIR
77
# リポジトリの下に置きたいが、GitHub Actions の D:\ の容量が少なくてビルド出来ない問題があるので
88
# このパスにソースを配置する。
99
# また、WebRTC のビルドしたファイルは同じドライブに無いといけないっぽいのでこちらも設定する。
10-
python3 run.py build windows_x86_64 --debug --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build' --commit $COMMIT_HASH
11-
python3 run.py package windows_x86_64 --debug --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build'
10+
python3 run.py build windows_x86_64 --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build' --commit $COMMIT_HASH
11+
python3 run.py package windows_x86_64 --source-dir 'C:\webrtc' --build-dir 'C:\webrtc-build'
1212
Pop-Location

0 commit comments

Comments
 (0)