浏览代码

README - added hint for optimizing while code compilation

Alexander Freytag 12 年之前
父节点
当前提交
91135a5312
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      README

+ 12 - 0
README

@@ -28,6 +28,18 @@ cd ../nice/ (goto NICE path)
 git clone /home/dbv/git/nice/vislearning/
 
 
+Enable/Disable code optimization
+================================
+Activation:
+export OPTIMIZE
+
+De-Activation:
+unset OPTIMIZE
+
+Explanation:
+After writing (and debugging) your code, you can enable the optimization to obtain source code that usually runs up to several times faster compared to the non-optimized version. However,
+compilation time will be longer and debugging with gdb or similar tools will be almost impossible after this.
+
 Known Issues
 ============