From aa6bb64bfafac0726f34fa86a13c1e4f90beae73 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 29 Jan 2024 18:48:09 -0800 Subject: [PATCH] Include -g option for test-lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f12c129..19d33c28 100644 --- a/Makefile +++ b/Makefile @@ -345,4 +345,4 @@ install-bin : cyclone icyc # TODO: is this linking in local lcyclone or the system one???? test-lib: test-lib.c - $(CCOMP) test-lib.c -o test-lib -L . $(LIBS) + $(CCOMP) -g test-lib.c -o test-lib -L . $(LIBS)