Get rid of tabs
This commit is contained in:
parent
bdf34e9059
commit
f1efeb4b3c
@ -50,10 +50,10 @@ if test "$noSysDirs" = "1"; then
|
|||||||
# bootstrap compiler are optimized and (optionally) contain
|
# bootstrap compiler are optimized and (optionally) contain
|
||||||
# debugging information (info "(gccinstall) Building").
|
# debugging information (info "(gccinstall) Building").
|
||||||
if test -n "$dontStrip"; then
|
if test -n "$dontStrip"; then
|
||||||
extraFlags="-O2 -g $extraFlags"
|
extraFlags="-O2 -g $extraFlags"
|
||||||
else
|
else
|
||||||
# Don't pass `-g' at all; this saves space while building.
|
# Don't pass `-g' at all; this saves space while building.
|
||||||
extraFlags="-O2 $extraFlags"
|
extraFlags="-O2 $extraFlags"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXTRA_FLAGS="$extraFlags"
|
EXTRA_FLAGS="$extraFlags"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user