From 495842dfecfcb3d3e73071b53ebef9322fda49cd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 10 Dec 2009 17:27:55 +0000 Subject: Add option --disable-O-flag-munging. --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') diff --git a/README b/README index 3bab5996..fc534b0e 100644 --- a/README +++ b/README @@ -170,6 +170,18 @@ available. Try this if you get problems with assembler code. + --disable-O-flag-munging + Some code is too complex for some compilers while + in higher optimization modes, thus the compiler + invocation is modified to use a lower + optimization level. Usually this works very well + but on some platforms these rules break the + invocation. This option may be used to disable + the feature under the assumption that either good + CFLAGS are given or the compiler can grok the code. + + + Build Problems -------------- -- cgit v1.2.1