Default microperl to no optimisation.
authorNicholas Clark <nick@ccl4.org>
Tue, 22 Mar 2011 16:30:02 +0000 (16:30 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Mar 2011 09:21:48 +0000 (10:21 +0100)
commita1e1310575d1fe6dee46e6651b54012ec193dc18
treed95c3cfc06b5e92b5d42966938fddb29eb66ea22
parent23ca90984cf0d671457c13e643adec366cc887dc
Default microperl to no optimisation.

Previously it was -O2, which is potentially a gcc-ism. -Os also has the
potential to be "portability challenged". Whilst -O should work everywhere,
as microperl is intended as a least-assumptions bootstrapping approach, it
seems best to make no assumptions about the compiler's optimiser.
uconfig.h
uconfig.sh