Enable separatedebuginfo for openmp
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es> Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
fce556cb28
commit
9c8a077828
@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontStrip = enableDebug;
|
dontStrip = enableDebug;
|
||||||
|
|
||||||
|
separateDebugInfo = true;
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DLIBOMP_OMPD_SUPPORT=OFF"
|
"-DLIBOMP_OMPD_SUPPORT=OFF"
|
||||||
"-DOPENMP_ENABLE_LIBOMPTARGET=OFF"
|
"-DOPENMP_ENABLE_LIBOMPTARGET=OFF"
|
||||||
|
Loading…
Reference in New Issue
Block a user