Removed -funsafe-loop-optimizations from piledriver.

Details:
- Error persists; continuing debugging from bf0fb78c by removing
  -funsafe-loop-optimizations from piledriver configuration.
This commit is contained in:
Field G. Van Zee
2019-02-18 17:07:35 -06:00
parent bf0fb78c5e
commit 5190d05a27

View File

@@ -75,7 +75,7 @@ endif
# Flags specific to reference kernels.
CROPTFLAGS := $(CKOPTFLAGS)
ifeq ($(CC_VENDOR),gcc)
CRVECFLAGS := $(CKVECFLAGS) -funsafe-loop-optimizations
CRVECFLAGS := $(CKVECFLAGS)
else
CRVECFLAGS := $(CKVECFLAGS)
endif