From 5d475f9dadcac74bde8262d600e68578e91323c9 Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 11 Jan 2021 01:29:39 -0500 Subject: Close in principle, but there;s a bug in ct1997 &/ pptdb! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7819070..a04de8f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IDIR=include TPDIR=3rd-party -CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) +CFLAGS=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) -- cgit v1.2.3