]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Update compiler options, fixing obscure bug
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 2 Apr 2023 16:30:51 +0000 (02:30 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 2 Apr 2023 16:30:51 +0000 (02:30 +1000)
commit1b6dd54f9fdf8b4caa2c2305cd1e2011444353ca
tree42a296f3e2f4f174c3725824d9496bb4a3bd82b1
parent95682963ff1d59352ddc174364d311dff4933b53
Update compiler options, fixing obscure bug

Added -mno-avx to avoid QC bugs on (at least) haswell and skylake targets.

Removed -fno-signaling-nans as clang doesn't support it and spams warns,
and in GCC it's the default.

Removed -fno-rounding-math as this is also the default.
makefile.inc