Merge pull request #1083 from fewtarius/dev

Revert fast math change.
This commit is contained in:
fewtarius 2023-02-21 09:58:41 -05:00 committed by GitHub
commit 4dd25ece81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
GCC_OPTIM="-Ofast -ffast-math"
GCC_OPTIM="-Ofast"
# Linker hash-style is set to gnu via gcc default
LD_OPTIM="-Wl,--as-needed"