summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-12-10 17:27:55 +0000
committerWerner Koch <wk@gnupg.org>2009-12-10 17:27:55 +0000
commit495842dfecfcb3d3e73071b53ebef9322fda49cd (patch)
tree231c35f9c71c30100d9eb411f2e2b0dcd197a511 /README
parentcadc7d134028b5e00d26a69a7f34a833fbda0690 (diff)
downloadlibgcrypt-495842dfecfcb3d3e73071b53ebef9322fda49cd.tar.gz
Add option --disable-O-flag-munging.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
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
--------------