Auto-commit of generated files.
This commit is contained in:
parent
013aabf124
commit
1a9746debd
1 changed files with 6 additions and 0 deletions
6
autogen/configure
vendored
6
autogen/configure
vendored
|
@ -7157,6 +7157,12 @@ fi
|
|||
nw="$nw -Wsuggest-attribute=const"
|
||||
nw="$nw -Wsuggest-attribute=pure"
|
||||
|
||||
# Some loops can't be optimized with -O1,
|
||||
# so remove -Wunsafe-loop-optimizations.
|
||||
if echo "$CFLAGS" | $EGREP 'O1' 1>/dev/null; then
|
||||
nw="$nw -Wunsafe-loop-optimizations"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if test -n "$GCC"; then
|
||||
|
|
Loading…
Add table
Reference in a new issue