We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c4dae commit a44e4f6Copy full SHA for a44e4f6
src/mpy_cross_v6/__init__.py
@@ -93,7 +93,7 @@ def mpy_cross_compile(
93
args.append(f"-msmall-int-bits={small_number_bits}")
94
95
if arch is not None:
96
- args.append(f"-arch={arch.value}")
+ args.append(f"-march={arch.value}")
97
98
if emit is not None:
99
args += ["-X", f"emit={emit.value}"]
0 commit comments