Explorar el Código

update readme

Leon Urbas hace 11 años
padre
commit
079cfaa2b3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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