g2o: enable separateDebugInfo
This commit is contained in:
parent
d00ff51215
commit
1e93a11247
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Removes a reference to gcc that is only used in a debug message
|
# Removes a reference to gcc that is only used in a debug message
|
||||||
patches = [ ./remove-compiler-reference.patch ];
|
patches = [ ./remove-compiler-reference.patch ];
|
||||||
|
|
||||||
|
separateDebugInfo = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper ];
|
nativeBuildInputs = [ cmake makeWrapper ];
|
||||||
buildInputs = [ eigen suitesparse libGLU qt5.qtbase libsForQt5.libqglviewer ];
|
buildInputs = [ eigen suitesparse libGLU qt5.qtbase libsForQt5.libqglviewer ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user