boj-rs / basm-rs

Rust 코드를 컴파일한 후 실행 파일을 온라인 채점 환경에 제출할 수 있도록 변환합니다.
Other
110 stars 12 forks source link

amd64: trap binary incompatibility at compile time #33

Closed byeongkeunahn closed 1 year ago

byeongkeunahn commented 1 year ago

This improves usability in Codeforces Polygon, where users may inadvertently select 32bit C/C++ compilers for 64bit code and get weird runtime errors. They will now get compile-time errors instead.