aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 1f0ccf25..9a872427 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -36,7 +36,7 @@ install:
endif
test/test_int64: test/test_int64.c $(LIB)
- $(CC) -o $@ test/test_int64.c $(LIB)
+ $(CC) -g -o $@ test/test_int64.c $(LIB)
clean::
rm -f test/test_int64