summaryrefslogtreecommitdiff
path: root/ocamltest
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2022-03-13 15:05:47 +0100
committerGabriel Scherer <gabriel.scherer@gmail.com>2022-03-13 22:57:01 +0100
commit9ee4c07c75b9290cfad8d0542a1ecda5009210c5 (patch)
treecfa64af229710d0f2d63f9aa7a1bf8ab006b5853 /ocamltest
parent89a444091f1f7727d5a7bc79d3fe13f8f0bbbc28 (diff)
downloadocaml-9ee4c07c75b9290cfad8d0542a1ecda5009210c5.tar.gz
enable debug info in ocamltest .c files
Diffstat (limited to 'ocamltest')
-rw-r--r--ocamltest/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ocamltest/Makefile b/ocamltest/Makefile
index 7dbc7d08dc..4d162652f4 100644
--- a/ocamltest/Makefile
+++ b/ocamltest/Makefile
@@ -17,6 +17,9 @@
ROOTDIR = ..
+# enable debug info for run_*.c
+CFLAGS=-g
+
include $(ROOTDIR)/Makefile.common
include $(ROOTDIR)/Makefile.best_binaries