Commit f529b5cf authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent 7b953da4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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.
+5 −4
Original line number Diff line number Diff line
@@ -47,10 +47,11 @@
   the other hand oldest one is known not to work. Everything between
   falls into best-effort category.

 - Netwide Assembler, a.k.a. NASM, available from http://www.nasm.us,
   is required if you intend to utilize assembler modules. Note that NASM
   is the only supported assembler. The Microsoft provided assembler is NOT
   supported.
 - Netwide Assembler, a.k.a. NASM, available from https://www.nasm.us,
   is required. Note that NASM is the only supported assembler. Even
   though Microsoft provided assembler is NOT supported, contemporary
   64-bit version is exercised through continuous integration of
   VC-WIN64A-masm target.


 Installation directories