summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-07-24 15:02:32 +0200
committerAndy Polyakov <appro@openssl.org>2018-07-25 15:47:12 +0200
commitf529b5cf05139c20f298f553446122123c012317 (patch)
tree756f77bac27486ee717702fc97d0495c5f349127 /INSTALL
parent7b953da40d0dee56f360902f872dc8989f6a3e1f (diff)
downloadopenssl-new-f529b5cf05139c20f298f553446122123c012317.tar.gz
INSTALL,NOTES.WIN: classify no-asm as non-production option.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6773)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 51141ef655..98c34d6a71 100644
--- a/INSTALL
+++ b/INSTALL
@@ -256,8 +256,10 @@
no-shared option.
no-asm
- Do not use assembler code. On some platforms a small amount
- of assembler code may still be used.
+ Do not use assembler code. This should be viewed as
+ debugging/trouble-shooting option rather than production.
+ On some platforms a small amount of assembler code may
+ still be used even with this option.
no-async
Do not build support for async operations.