Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
This PR adds two new abilities to solana-move compiler:
Option -g will generate debug for .o object. Before this PR -g worked only in combination with -c option and was disabled for -O option.
Option -O can now work in combination with -c, in this case the source in .move will be compiled to both: .ll and .o files. Before this PR compilation with -c was generating only .ll file.
This PR adds two new abilities to solana-move compiler: