Describe the bug
Try to install pyrfc on a Raspberry Pi.
To Reproduce
pip3 install --trusted-host www.piwheels.org --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org pyrfc --timeout=600
Screenshots

Environment
- OS: Linux, Raspberry Pi, Bookworm Image
- Running in docker -> No
- PyRFC version -> 3.3.1
Additional context
There seems to be a problem with a compiler setting:
arm-linux-gnueabihf-gcc: error: unrecognized command-line option ‘-minline-all-stringops’
As far as I read, ARM should be supported?