summaryrefslogtreecommitdiff
path: root/config/companion_libs/gmp.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs/gmp.in')
-rw-r--r--config/companion_libs/gmp.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in
index 3690c97..c4fc246 100644
--- a/config/companion_libs/gmp.in
+++ b/config/companion_libs/gmp.in
@@ -22,16 +22,3 @@ config GMP_VERSION
default "4.2.4" if GMP_V_4_2_4
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
-
-config GMP_CHECK
- bool
- prompt "Check GMP (!!! README !!!)"
- default n
- help
- It is highly recommended to check the newly built GMP library.
- Unfortunately, this is a very intensive task, and takes a loooong time.
-
- Checking GMP is thus disabled by default.
-
- If you suspect that your GMP library is the cause for incorrectly
- generated code, you should answer 'Y' here.