tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
267 stars 53 forks source link

Make BoC decompilation optional in the compiler pipeline #415

Closed anton-trunov closed 4 days ago

anton-trunov commented 4 days ago

Decompilation should be off by default. This is needed to work around issues like #396 and also that might improve the wall time for running tests (yarn gen should run at least a bit faster). The config option should also be accessible via CLI. This also requires updating the config schema.