aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-03-14 10:35:25 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2015-03-14 10:35:25 +0100
commit890141acb930bdb6f985244f81833331382f7b66 (patch)
treecc32d6be06feaebca5076727f5531959e8e37530 /runtime/Makefile
parent67e8b783c7e794d995675a332f118533e6a9b14a (diff)
parent3e01154d693e1c457e1e974f5e9ebaa4601050aa (diff)
downloadcompcert-kvx-890141acb930bdb6f985244f81833331382f7b66.tar.gz
compcert-kvx-890141acb930bdb6f985244f81833331382f7b66.zip
Merge branch 'master' into struct-passing
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