nervosnetwork / capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
MIT License
61 stars 34 forks source link

Support `capsule build --release --debug-info` #37

Closed Flouse closed 2 years ago

Flouse commented 3 years ago

Use --debug-info arg to generate full debug info.

Example

$ godwoken-scripts > capsule build --release --debug-output --debug-info

TheWaWaR commented 2 years ago

Fixed in #47