- silencing more warnings
- fixing bug with case sensitive comparison of yes/no
diff --git a/scripts/common.cmake b/scripts/common.cmake
index 6b5074d..766607d 100644
--- a/scripts/common.cmake
+++ b/scripts/common.cmake
@@ -64,6 +64,8 @@
     #add_compiler_flags(-fstack-protector-all)

     #add_compiler_flags(-funsafe-loop-optimizations)

     

+    add_compiler_flags(-ggdb) # temp - to see valgrind issues

+    

     add_compiler_flags(-ansi)

     add_compiler_flags(-Wall)

     add_compiler_flags(-Wextra)