projects
/
babeltrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f90f04
)
Fix: disable debug by default info on Cygwin
author
Michael Jeanson
<mjeanson@efficios.com>
Fri, 7 Apr 2017 19:44:34 +0000
(15:44 -0400)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Fri, 26 May 2017 13:04:54 +0000
(09:04 -0400)
elfutils is not available on Cygwin.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 2382e532796db1df7c2cafe8f66e490b92cf2f0e..c8e9b9835e6099181a7d141c16f9c2340fbac49b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-142,6
+142,7
@@
AS_CASE([$host_os],
[cygwin*],
[
LT_NO_UNDEFINED="-no-undefined"
+ DEFAULT_ENABLE_DEBUG_INFO=no
]
)
This page took
0.026797 seconds
and
4
git commands to generate.