do not install peephole optimizer libs when not installing fast compilers
This commit is contained in:
parent
5ccd830347
commit
d0179d6790
|
@ -165,6 +165,7 @@ fi
|
|||
if [ $DO_FAST = n ]
|
||||
then
|
||||
ed - $CONFIG/Action <<'EOF'
|
||||
/^name "Peephole optimizer lib/;/^end/s/^/!/
|
||||
/^name "Fast/;$s/^/!/
|
||||
w
|
||||
q
|
||||
|
|
Loading…
Reference in a new issue