diff options
Diffstat (limited to 'ubuntu/_base/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/_base/tdevelop/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/_base/tdevelop/debian/rules b/ubuntu/_base/tdevelop/debian/rules index f8fbb0de1..e3c8a7cb1 100755 --- a/ubuntu/_base/tdevelop/debian/rules +++ b/ubuntu/_base/tdevelop/debian/rules @@ -64,6 +64,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --with-extra-libs=/opt/trinity/lib DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ -DCONFIG_INSTALL_DIR="/etc/trinity" \ -DSYSCONF_INSTALL_DIR="/etc/trinity" \ |