vritual server sends 12 bit mode

This commit is contained in:
2022-02-17 16:49:56 +01:00
parent 2ba89b8a45
commit 40a9dce7e0
2 changed files with 56 additions and 9 deletions

4
cmk.sh
View File

@ -219,8 +219,8 @@ fi
#Debug
if [ $DEBUG -eq 1 ]; then
# CMAKE_POST+=" -DCMAKE_BUILD_TYPE=Debug "
CMAKE_POST+=" -DCMAKE_BUILD_TYPE=Debug -DSLS_USE_SANITIZER=ON "
CMAKE_POST+=" -DCMAKE_BUILD_TYPE=Debug "
# CMAKE_POST+=" -DCMAKE_BUILD_TYPE=Debug -DSLS_USE_SANITIZER=ON "
echo "Debug Option enabled"
fi