Loading
ponyc: Fixes code generation to use generic arch, not native
Previous to this commit, code generated by the pony compiler would default to "native" as a cpu and march, resulting in code that would use opcodes native to the hydra build system, but potentially not the end-user's machine. Fixes: #414174