eosio.cdt icon indicating copy to clipboard operation
eosio.cdt copied to clipboard

eosio-cpp returns exit code 0 when linker (wasm-ld) failed

Open prcolaco opened this issue 5 years ago • 0 comments

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.

prcolaco avatar Sep 22 '20 15:09 prcolaco