tdweb: build TDLib for release.
GitOrigin-RevId: f39b79dec3582056190e678cb6a7068dc576d726
This commit is contained in:
parent
7d77d0182b
commit
ba978b64e7
@ -29,11 +29,11 @@ cmake $TD_ROOT || exit 1
|
||||
cd ../..
|
||||
|
||||
cd build/wasm
|
||||
eval emconfigure cmake $TD_ROOT $OPENSSL_OPTIONS || exit 1
|
||||
eval emconfigure cmake -DCMAKE_BUILD_TYPE=Release $OPENSSL_OPTIONS $TD_ROOT || exit 1
|
||||
cd ../..
|
||||
|
||||
cd build/asmjs
|
||||
eval emconfigure cmake $TD_ROOT $OPENSSL_OPTIONS -DASMJS=1 || exit 1
|
||||
eval emconfigure cmake -DCMAKE_BUILD_TYPE=Release $OPENSSL_OPTIONS -DASMJS=1 $TD_ROOT || exit 1
|
||||
cd ../..
|
||||
|
||||
echo "Generating TDLib autogenerated source files..."
|
||||
|
Reference in New Issue
Block a user