AyuGramDesktop/Telegram/build/docker/centos_env/build.sh
Ilya Fedin 29debc07c4 Let specify arbitrary build configuration via Docker
Default to RelWithDebInfo for both optimizations and debug information
2024-02-06 20:31:44 +04:00

6 lines
121 B
Bash
Executable file

#!/bin/bash
set -e
cd Telegram
./configure.sh "$@"
cmake --build ../out --config "${CONFIG:-RelWithDebInfo}" --parallel