You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/12/03 19:00:50 UTC

[16/17] incubator-usergrid git commit: Added build option for additional debug information to make profiling easier

Added build option for additional debug information to make profiling easier


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/c2bc921d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/c2bc921d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/c2bc921d

Branch: refs/heads/index-alias
Commit: c2bc921db5e210285a35f569e7d003f404e7baae
Parents: 5429420
Author: Todd Nine <tn...@apigee.com>
Authored: Tue Dec 2 16:50:12 2014 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Tue Dec 2 16:50:12 2014 -0700

----------------------------------------------------------------------
 stack/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/c2bc921d/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 5a7bdd3..e02a08e 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1518,6 +1518,7 @@
             <optimize>true</optimize>
             <showDeprecation>true</showDeprecation>
             <debug>true</debug>
+            <!-- uncomment when building for more detailed profiling information <debuglevel>lines,vars,source</debuglevel> -->
             <encoding>UTF-8</encoding>
             <showWarnings>true</showWarnings>
           </configuration>