git.annexia.org
/
guestfs-browser.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674ec31
)
Pass -g option to compiler and linker.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 28 Jul 2011 20:37:36 +0000
(21:37 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 28 Jul 2011 20:49:25 +0000
(21:49 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
df6a721
..
f77a4b7
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-117,7
+117,9
@@
OCAMLCFLAGS = \
-thread \
$(OCAMLPACKAGES) \
-predicates threads
-OCAMLOPTFLAGS = $(OCAMLCFLAGS)
+OCAMLOPTFLAGS = \
+ -ccopt -g \
+ $(OCAMLCFLAGS)
OCAMLDOCFLAGS = \
$(OCAMLPACKAGES) \
-predicates threads \