This PR fixes a couple of issues with the build on different platforms.
The options -m64 and -m32 are not allowed in some platforms. By removing them I managed to build the project successfully in aarch64 for example: https://stackoverflow.com/a/72546887/2539623
The C++ standard was not specified, causing errors in platforms such as MacOS
This PR fixes a couple of issues with the build on different platforms.
-m64
and-m32
are not allowed in some platforms. By removing them I managed to build the project successfully in aarch64 for example: https://stackoverflow.com/a/72546887/2539623