Browse Source

Disabled parallel build

It seems that the parallel build causes a race condition
with algamation.
Jens Reimann 7 years ago
parent
commit
dae9a2b21e
1 changed files with 1 additions and 1 deletions
  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