'Is is possible to compile a 32-bit python program with Nuitka?

I have tried this command:

py -m nuitka --mingw64 --standalone --onefile --windows-disable-console --windows-icon-from-ico=icon.ico program_name.py

It only generates 64-bit programs even by removing the --mingw64 parameter. Can anyone help? Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source