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)