compiler-benchmark
compiler-benchmark copied to clipboard
adding cproc
regarding https://github.com/nordlow/compiler-benchmark/blob/9399e9693f1091fbf8d22092f49be859aee7e245/benchmark#L343
When building cproc, you have to correctly specify your platform if it fails to detect.
In example ./configure --host=x86_64-linux-musl
tcc -dumpmachine incorrectly returns x86_64-pc-linux-gnu