wangwei created SINGA-69:
----------------------------
Summary: 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)