Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LINUX] Add compiler flags to fix floating point precision error (Har…
…bourMasters#399) These flags are known to fix one known issue exclusive to Linux: the Volvagia boss battle sequence. The softlock that occurs points towards a possible floating point precision error, possibly tied to the camera/Volvagia movement. This does not occur for the Windows build. It's possible that there are more issues that gets fixed by these flags. These flags will ensure that the compiler follows the IEEE 754 standard, which so happens to be the same behaviour that Windows uses. For more details, read this informative stackoverflow post: https://stackoverflow.com/a/16395650
- Loading branch information