Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We started on Windows since it does not ship with:

  • Perl (used for configuration)

  • An assembler (used in some optimizations)

We were able to turn off the assembly optimizations with the flag and the no-shared turns off building dll libraries since we don't need them:

Code Block
perl Configure VC-WIN64A no-shared no-asm

Then we looked at what makefiles were generated.