I can generate the .bin of a contract with solc as follows:
solcjs --bin -o output contract.sol
However running the following command:
solcjs --bin-runtime -o output contract.sol
Generates the following:
Invalid option selected, must specify either --bin or --abi
Is bin-runtime still a valid command in solc?