From d580d26588a47daace883e15f49f64b35416d2d5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:48:59 +0000 Subject: Apply patch calendar-2.03.2-enable-debug.patch patch_name: calendar-2.03.2-enable-debug.patch present_in_specfile: true --- diff --git a/Makefile.in b/Makefile.in index 9eb3026..8cc9341 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,7 +86,7 @@ GENERATED= src/version.ml CAMLIBS = $(addprefix -I , $(DIRS)) -CAMLFLAGS= $(CAMLIBS) +CAMLFLAGS= -g $(CAMLIBS) BYTEFLAGS= $(CAMLFLAGS) LINK_OPTFLAGS = $(CAMLFLAGS) -noassert OPTFLAGS = $(LINK_OPTFLAGS) -for-pack CalendarLib