aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-10 16:47:51 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-10 16:47:51 +0200
commit5659daa886559566fdb6306d989578707838a267 (patch)
treee901b246a818cef72e9bf7b8fb141187ef273c28 /runtime/Makefile
parent76f48469c4b4ca49159dc736830cd806f8dbbf07 (diff)
downloadcompcert-kvx-5659daa886559566fdb6306d989578707838a267.tar.gz
compcert-kvx-5659daa886559566fdb6306d989578707838a267.zip
profiling still crashes on Aarch64
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 c9883577..bf979d5f 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -73,7 +73,7 @@ $(LIB): $(OBJS)
# generated assembly
%.o: c/%.c c/i64.h ../ccomp
- ../ccomp -O2 -S -o $*.s -I./c c/$*.c
+ ../ccomp -g -O2 -S -o $*.s -I./c c/$*.c
sed -i -e 's/i64_/__compcert_i64_/g' $*.s
$(CASMRUNTIME) -o $*.o $*.s
@rm $*.s