Kaydet (Commit) 755d5acc authored tarafından Herbert Dürr's avatar Herbert Dürr

#i119332# (author=Nicolas Christener) disabled optimization for textsearch.cxx on unxsol*

üst b32d15ad
......@@ -42,8 +42,9 @@ SLOFILES= \
$(EXCEPTIONSFILES) \
$(SLO)$/levdis.obj
# on unxsoli, no optimization for textsearch because of i105945
.IF "$(OS)$(COM)$(CPUNAME)"=="SOLARISC52INTEL"
# disabled optimization on unxsol*
# for textsearch because of i105945 and i119332
.IF "$(OS)"=="SOLARIS"
EXCEPTIONSNOOPTFILES= \
$(SLO)$/textsearch.obj
.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment