File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ if [ -z "${compiler##*gcc*}" ] || [ -z "${CC##*gcc*}" ]; then
154154 # gcc
155155 common=" $OPENMP -std=gnu17 -fPIC $OPTLEVEL -falign-functions=4 -fvisibility=hidden -fno-strict-aliasing -fwrapv -fno-stack-protector -flax-vector-conversions -ffp-contract=off \
156156 -Werror -Wextra -Wno-unknown-warning-option \
157- -fsignaling-nans -fpeel-loops \
157+ -fsignaling-nans \
158158 -Wno-attributes \
159159 -Wno-cast-function-type \
160160 -Wno-clobbered \
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ if [ -z "${compiler##*gcc*}" ] || [ -z "${CC##*gcc*}" ]; then
154154 # gcc
155155 common=" $OPENMP -fPIC $OPTLEVEL -falign-functions=4 -fvisibility=hidden -fno-strict-aliasing -fwrapv -fno-stack-protector -flax-vector-conversions -ffp-contract=off \
156156 -Werror -Wextra -Wno-unknown-warning-option \
157- -fsignaling-nans -fpeel-loops \
157+ -fsignaling-nans \
158158 -Wno-attributes \
159159 -Wno-cast-function-type \
160160 -Wno-clobbered \
You can’t perform that action at this time.
0 commit comments