Browse Source

Allow new_parrot_optimize to take arbitrary Configure.pl flags

master
Jonathan "Duke" Leto 14 years ago
parent
commit
b117a71f70
  1. 1
      bin/new_parrot_optimize

1
bin/new_parrot_optimize

@ -14,6 +14,7 @@ fi
make realclean
perl Configure.pl --cc="$CC" \
--ccflags=-g --optimize \
$1 \
--prefix=$PWD/installed_parrot && \
nice -n20 make TEST_JOBS=$TEST_JOBS && \
make install

Loading…
Cancel
Save