Explorar o código

README - added hint for optimizing while code compilation

Alexander Freytag %!s(int64=12) %!d(string=hai) anos
pai
achega
91135a5312
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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
 ============