eosio.cdt
eosio.cdt copied to clipboard
eosio-cpp returns exit code 0 when linker (wasm-ld) failed
eosio-cpp tool should always return an exit code different than 0 when some problem occurred in the build, but it returns exit code 0 even when linker failed to link the contract due to a missing symbol, for instance... this makes it difficult to identify a correct build from build scripts.