aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-02-19 10:41:21 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-02-19 10:41:21 +0100
commitd58ae381a0ba929e993c21a6ae65428071f84d3e (patch)
tree947b9446bfd9a8ea89caf4519e3d9804244f014c /runtime/Makefile
parent1772a8118fae5152439965b2f9c9887c60a57c37 (diff)
parentd4389977e95d3569ff0abb53e1b1fba20254b21e (diff)
downloadcompcert-d58ae381a0ba929e993c21a6ae65428071f84d3e.tar.gz
compcert-d58ae381a0ba929e993c21a6ae65428071f84d3e.zip
Merge github.com:AbsInt/CompCert
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