فهرست منبع

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
 ============