]> 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:18:40 +0000 (02:18 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 2 Apr 2023 16:18:40 +0000 (02:18 +1000)
commit1244b3ab0853e8738c8f5e5b617e8d8f25d4eca4
treeb80b6a712f2f5e442f575648a9cde4715edfd8eb
parent17d3e4a60fbe0fb9d56f953f0253e04f0a2d0db4
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