ocaml-dose3/0002-Enable-debuginfo-gener...

26 lines
729 B
Diff

From 06e25cbeb8cc08e67edbc494b1a21c1eb4420cf7 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Thu, 21 Jan 2021 20:25:16 +0000
Subject: [PATCH 2/4] Enable debuginfo generation.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dc89a48..2c8b1e0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DIST_TARBALL = $(DIST_DIR).tar.gz
#VERBOSE := -classic-display
OBFLAGS := $(VERBOSE) -j 10 -no-links -cflags -warn-error,FPSXY $(PICOPTS)
APPFLAGS := $(VERBOSE) -j 10 $(PICOPTS)
-#OBFLAGS := $(OBFLAGS) -tag debug
+OBFLAGS := $(OBFLAGS) -tag debug
#OBFLAGS := $(OBFLAGS) -tag profile
#OBFLAGS := $(OBFLAGS) -classic-display
--
2.29.2