Sfoglia il codice sorgente

Added /MP to nmake build

Paul-Louis Ageneau 4 anni fa
parent
commit
44bf8b99ef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/build-openssl.yml

+ 1 - 0
.github/workflows/build-openssl.yml

@@ -52,6 +52,7 @@ jobs:
     - name: nmake
       run: |
         cd build
+        set CL=/MP
         nmake
     - name: test
       run: build/tests.exe