Skip to content

Commit

Permalink
Include -g option for test-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 30, 2024
1 parent eb0ed93 commit aa6bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit aa6bb64

Please sign in to comment.