From 0fd7aed8f7e14961b4e24c85d7fbfaee6a0e83e9 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 26 Jul 2020 15:40:39 +0200 Subject: [PATCH] update copyright --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c21f46..b10b364 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ # Copyright (c) 2017 by Thomas A. Early N7TAE +# Copyright (c) 2019-2020 by Geoffrey Merck F4FXL - KC3FRA # if you change these locations, make sure paths en with / BINDIR=/usr/local/bin/ @@ -6,7 +7,7 @@ CFGDIR=/usr/local/etc/sgs-xl/ DATADIR=/usr/local/sgs-xl/data/ # choose this if you want debugging help -#CPPFLAGS=-g -ggdb -W -Wall -std=c++17 -DCFG_DIR=\"$(CFGDIR)\" -DDATA_DIR=\"$(DATADIR)\" +# CPPFLAGS=-g -ggdb -W -Wall -std=c++17 -DCFG_DIR=\"$(CFGDIR)\" -DDATA_DIR=\"$(DATADIR)\" # or, you can choose this for a much smaller executable without debugging help CPPFLAGS= -W -Wall -O3 -std=c++17 -DCFG_DIR=\"$(CFGDIR)\" -DDATA_DIR=\"$(DATADIR)\"