mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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
|
||||
patches = [ ./remove-compiler-reference.patch ];
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper ];
|
||||
buildInputs = [ eigen suitesparse libGLU qt5.qtbase libsForQt5.libqglviewer ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user