summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-22 16:30:02 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-28 10:21:48 +0100
commita1e1310575d1fe6dee46e6651b54012ec193dc18 (patch)
treed95c3cfc06b5e92b5d42966938fddb29eb66ea22 /uconfig.h
parent23ca90984cf0d671457c13e643adec366cc887dc (diff)
downloadperl-a1e1310575d1fe6dee46e6651b54012ec193dc18.tar.gz
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.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.h b/uconfig.h
index 04612f3ba7..44ab0b35e7 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -4687,5 +4687,5 @@
/* Generated from:
* 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH
- * 90b7a3f95ddf0116391ca50b622a54eb7f8b4268aebfe9ab052bd22978c94c54 uconfig.sh
+ * e2fe24c48912191bb7514cbd185016bb4cf5fe5e29b5effc78b3885a7f8d07a7 uconfig.sh
* ex: set ro: */