[
https://issues.apache.org/jira/browse/SINGA-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091933#comment-15091933
]
Xie Zhongle commented on SINGA-127:
-----------------------------------
This problem has been solved with the latest version. Please check.
> Clear optimization level of compilation for debugging
> -----------------------------------------------------
>
> Key: SINGA-127
> URL: https://issues.apache.org/jira/browse/SINGA-127
> Project: Singa
> Issue Type: Improvement
> Reporter: wangwei
> Assignee: Xie Zhongle
> Labels: compilation, debug
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> Currently, -O2 is set for compilation.
> It would optimize some code automatically.
> Consequently, we cannot print some variables during debugging.
> It is necessary to clear the optimization level if debug is enabled,
> {code}
> ./configure --enable-debug
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)