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:
@ -1,4 +1,4 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3 -fno-tree-slp-vectorize
|
||||
c++OPT = -O3
|
||||
|
||||
ROUNDING_MATH = -frounding-math
|
||||
|
||||
Reference in New Issue
Block a user