diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2022-03-13 15:05:47 +0100 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2022-03-13 22:57:01 +0100 |
commit | 9ee4c07c75b9290cfad8d0542a1ecda5009210c5 (patch) | |
tree | cfa64af229710d0f2d63f9aa7a1bf8ab006b5853 /ocamltest | |
parent | 89a444091f1f7727d5a7bc79d3fe13f8f0bbbc28 (diff) | |
download | ocaml-9ee4c07c75b9290cfad8d0542a1ecda5009210c5.tar.gz |
enable debug info in ocamltest .c files
Diffstat (limited to 'ocamltest')
-rw-r--r-- | ocamltest/Makefile | 3 |
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 |