Include -g option for test-lib

This commit is contained in:
Justin Ethier 2024-01-29 18:48:09 -08:00
parent eb0ed93d0e
commit aa6bb64bfa

View file

@ -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)