Browse Source

update readme

Leon Urbas 11 years ago
parent
commit
079cfaa2b3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -66,3 +66,8 @@ $ ./configure --enable-debug=yes
 $ make
 $ make check
 ```
+### Configure Options 
+* --enable-debug=(yes|no|verbose) - omit/include debug code
+* --enable-multithreading - enable pthreads (for examples/src/opcuaServerMT)
+* --enable-doxygen - make documentation as well
+* --enable-coverage - profiling with gcov,lcov, make check will generate reports in tests/coverage