sgx-sdk: enable parallel building
This commit is contained in:
committed by
Jörg Thalheim
parent
8a713779ee
commit
dd2001942d
@@ -142,6 +142,8 @@ stdenv.mkDerivation rec {
|
||||
"sdk_install_pkg"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postBuild = ''
|
||||
patchShebangs linux/installer/bin/sgx_linux_x64_sdk_${version}.bin
|
||||
'';
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
buildInputs = [
|
||||
sgx-sdk
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
buildFlags = [
|
||||
"SGX_MODE=SIM"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user