I'm using an m1 pro macbook pro. Up until now, I used intel macbook.
My program is written in c/c++ and the target is ubuntu x86_64.
I tried running ubuntu x86 docker (qemu) and it's super slow - to the point it's unusable. I have linux ubuntu (arm) installed using parallels and would like to compile for x86 target instead of arm.
How do I do it?
g++compiler has many variations.