wmake/rules: Removed temporary -fno-tree-slp-vectorize gcc option

introduced to work-around bug in the gcc-11.1 optimiser which is fixed in
gcc-11.2

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101634
This commit is contained in:
Henry Weller
2021-07-28 11:37:02 +01:00
parent 254b99357d
commit 4aacb80bae
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
c++DBUG =
c++OPT = -O3 -fno-tree-slp-vectorize
c++OPT = -O3
ROUNDING_MATH = -frounding-math