Hacker News new | ask | show | jobs
by account42 29 days ago
Well in practice you have to mimic GCC except for Windows where you have to mimic MSVC.
1 comments

Not really. MSVC is too broken. I just mimic x86_64-w64-mingw32-gcc, which exists everywhere.