提交 f529b5cf 编写于 作者: A Andy Polyakov

INSTALL,NOTES.WIN: classify no-asm as non-production option.

Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6773)
上级 7b953da4
...@@ -256,8 +256,10 @@ ...@@ -256,8 +256,10 @@
no-shared option. no-shared option.
no-asm no-asm
Do not use assembler code. On some platforms a small amount Do not use assembler code. This should be viewed as
of assembler code may still be used. 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 no-async
Do not build support for async operations. Do not build support for async operations.
......
...@@ -47,10 +47,11 @@ ...@@ -47,10 +47,11 @@
the other hand oldest one is known not to work. Everything between the other hand oldest one is known not to work. Everything between
falls into best-effort category. falls into best-effort category.
- Netwide Assembler, a.k.a. NASM, available from http://www.nasm.us, - Netwide Assembler, a.k.a. NASM, available from https://www.nasm.us,
is required if you intend to utilize assembler modules. Note that NASM is required. Note that NASM is the only supported assembler. Even
is the only supported assembler. The Microsoft provided assembler is NOT though Microsoft provided assembler is NOT supported, contemporary
supported. 64-bit version is exercised through continuous integration of
VC-WIN64A-masm target.
Installation directories Installation directories
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册