1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge pull request #1184 from birydrad/testnet

Merge actor stats command
This commit is contained in:
EmelyanenkoK 2024-09-19 16:35:34 +03:00 committed by GitHub
commit e93f1a988c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 3408 additions and 360 deletions

View file

@ -60,7 +60,7 @@ stdenv227.mkDerivation {
dontAddStaticConfigureFlags = false;
cmakeFlags = [
"-DTON_USE_ABSEIL=OFF"
"-DTON_USE_ABSEIL=ON"
"-DNIX=ON"
];