diff --git a/AUTHORS.md b/AUTHORS.md
index aca25898d44f5d2f72ea8f018f54546197c301e1..0230c165ab6c282a67e044b37fe0fa7bc912dcbd 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,17 +5,18 @@ VF has been developed essentially over the last fifteen years by various researc
 
 
 Dr. Benjamin Ahrenholz  
-M. Sc. Hussein Alihussein  
+Dr. Hussein Alihussein  
 Dr. Sebastian Bindick  
 J.Prof. Dr. Martin Geier  
 Dr. Sebastian Geller  
 Dr. Ehsan Goraki Fard  
 Dr. Jan Hegewald  
 Dr. Christian Janßen  
-M. Sc. Konstantin Kutscher  
-M. Sc. Stephan Lenz  
+Prof. Dr.-Ing. habil. Manfred Krafczyk
+Dr. Konstantin Kutscher  
+Dr. Stephan Lenz  
 Dr. Jan Linxweiler  
-M. Sc. Sören Peters  
+Sören Peters, M. Sc.   
 Dr. Hesameddin Safari  
 Dr. Martin Schönherr  
 Dipl.-Ing. Maik Stiebler  
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c67ec6b6359adfc7deb938d272309c6cdd783be..a0a46ed652ed3b586e56af163a749a86edf3c5be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,8 @@ cmake_minimum_required(VERSION 3.15..3.19 FATAL_ERROR)
 
 project(VirtualFluids CXX)
 
+set(CMAKE_BUILD_TYPE Release)
+
 set(CMAKE_CXX_STANDARD 14)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
diff --git a/README.md b/README.md
index dcd9c19d6ed9a2254cb021904c3cfd982ad237e8..97d4feac905a02236a414fa50dad084f408c5398 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ A GPU computation generates a the time series of output files directly in the ou
 
 
 ## Documentation
-The doxygen generated documentation can be found [here](https://git.irmb.bau.tu-bs.de/doku/CPU).
+The doxygen generated documentation can be found [here](https://git.irmb.bau.tu-bs.de/doku).
 
 
 ## Known Issues