8ba2201b73
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ocaml-calendar#96bfcca6748a5900f7c20190e5ca300e8dba2c3a
12 lines
364 B
Diff
12 lines
364 B
Diff
--- calendar-2.03.2/Makefile.in.old 2013-09-14 16:15:43.760253519 +0100
|
|
+++ calendar-2.03.2/Makefile.in 2013-09-14 16:16:03.233279962 +0100
|
|
@@ -86,7 +86,7 @@
|
|
|
|
CAMLIBS = $(addprefix -I , $(DIRS))
|
|
|
|
-CAMLFLAGS= $(CAMLIBS)
|
|
+CAMLFLAGS= -g $(CAMLIBS)
|
|
BYTEFLAGS= $(CAMLFLAGS)
|
|
LINK_OPTFLAGS = $(CAMLFLAGS) -noassert
|
|
OPTFLAGS = $(LINK_OPTFLAGS) -for-pack CalendarLib
|