[lua-torch-nn] 01/01: rules: fix empty dbgsym problem

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Jun 22 07:58:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository lua-torch-nn.

commit 66a7cf0665eac36fa58fb10de707bc88eff908e0
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Jun 22 07:57:57 2016 +0000

    rules: fix empty dbgsym problem
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a2c9ba2..d4cd78c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ TORCH_FLAGS_5_1= \
  -DCMAKE_VERBOSE_MAKEFILE=ON \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_C_FLAGS=-I/usr/include/TH \
+ -DCMAKE_C_FLAGS="-I/usr/include/TH -g" \
  -DTORCH_FOUND=ON
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-nn.git



More information about the debian-science-commits mailing list