Let specify arbitrary build configuration via Docker

Default to RelWithDebInfo for both optimizations and debug information
This commit is contained in:
Ilya Fedin
2024-02-06 19:12:38 +04:00
committed by John Preston
parent 5334096d68
commit 29debc07c4
3 changed files with 3 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ Or, to create a debug build, run (also using [your **api_id** and **api_hash**](
docker run --rm -it \
-v $PWD:/usr/src/tdesktop \
-e DEBUG=1 \
-e CONFIG=Debug \
tdesktop:centos_env \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D TDESKTOP_API_ID=YOUR_API_ID \