Sfoglia il codice sorgente

Disabled parallel build

It seems that the parallel build causes a race condition
with algamation.
Jens Reimann 7 anni fa
parent
commit
dae9a2b21e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      open62541.spec

+ 1 - 1
open62541.spec

@@ -26,7 +26,7 @@ developing applications that use %{name}.
 
 %build
 %cmake -DUA_ENABLE_AMALGAMATION=ON .
-make %{?_smp_mflags}
+make
 
 %install
 %make_install