aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-02-14 11:08:57 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2015-02-14 11:08:57 +0100
commitfe57280950fc20b2d1650a022033484b152ae51d (patch)
tree8ac95e2b680344fdff5ff475646999270d5361e4 /runtime/Makefile
parentf2b1c25aa56a27836652aef3feeee0856c04235c (diff)
downloadcompcert-fe57280950fc20b2d1650a022033484b152ae51d.tar.gz
compcert-fe57280950fc20b2d1650a022033484b152ae51d.zip
C reference implementation of the int64 helper functions.
In test_int64.c: don't test FP->int64 conversions when the FP argument is out of range.
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