diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -DISTROS=debian10 +DISTROS=debian10 ubuntu1910  VERSION=$(shell dpkg-parsechangelog --show-field Version)  PROJECTNAME=webserver  PLUGINS=static-files webbox cgi weblog statistics # fcgi @@ -13,6 +13,10 @@ ifeq ($(shell which $(CXX)),)  CXX=g++-9  endif +ifeq ($(shell which $(CXX)),) +CXX=g++ +endif +  ifeq ($(CXXFLAGS),)  #CXXFLAGS=-O2 -DNDEBUG  CXXFLAGS=-O0 -g -D_DEBUG  | 
