anza-xyz / sui

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
https://sui.io
Apache License 2.0
3 stars 3 forks source link

Enable dwarf for binary (-b compilation) #42

Open jcivlin opened 5 months ago

jcivlin commented 5 months ago

Originally dwarf generation expected that compilation is done from the sources. But it is desirable to also have dwarf info in compilation from Move binary (-b option). In this case the dwarf info will be put into debug_info section of .o object file.