Add a master Makefile with docker dev env support and address compiler warning that showed up in the Docker dev env

This commit is contained in:
2016-12-22 20:57:57 -06:00
parent 02bbd75606
commit eeff110b31
5 changed files with 93 additions and 27 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if(NOT MSVC)
-fno-rtti
-Wsign-compare
-Wunused-variable
#-Werror
-Werror
#--analyze
#-Os # GCC size optimization flag
)