[
https://issues.apache.org/jira/browse/SINGA-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742475#comment-14742475
]
ASF subversion and git services commented on SINGA-69:
------------------------------------------------------
Commit 5d7d53f52451840a09d577423745dc977ae8184f in incubator-singa's branch
refs/heads/master from [~zhongle]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=5d7d53f ]
SINGA-69 Add debug option in compilation configuration
Build in a clean mode.
Change "--enable-singatest" to "--enable-test".
> Add debug option in compilation configuration
> ---------------------------------------------
>
> Key: SINGA-69
> URL: https://issues.apache.org/jira/browse/SINGA-69
> Project: Singa
> Issue Type: Improvement
> Reporter: wangwei
> Assignee: Xie Zhongle
>
> The current Makefile generated from *./configure* compiles SINGA without
> debug information.
> To debug SINGA, developers have to use the Makefile.example file and manually
> add the *-g* flag into the CXXFLAGS.
> It would be better to add an option for *./configure* to add *-g* in the
> generated Makefile, e.g.,
> {code}
> ./configure --with-debug
> {code}
> Then we can remove the Makefile.example.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)