summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ethier <justin.ethier@gmail.com>2024-01-29 18:48:09 -0800
committerJustin Ethier <justin.ethier@gmail.com>2024-01-29 18:48:09 -0800
commitaa6bb64bfafac0726f34fa86a13c1e4f90beae73 (patch)
treea2a7a72ea2767316b72673f9e9ac2461407ed48f
parenteb0ed93d0e58027a8011722ffc88cd3378f62a52 (diff)
Include -g option for test-libissue-522
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)