Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use x86_amd64 compiler instead of amd64
x86_amd64 is a 32-bit compiler producing amd64 code, while amd64 is a 64-bit compiler producing amd64 code. Latter gives a ICE while former does not
- Loading branch information