projects
/
babeltrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dea6fd
)
port: disable debug-info by default on FreeBSD
author
Michael Jeanson
<mjeanson@efficios.com>
Mon, 19 Oct 2020 16:18:07 +0000
(12:18 -0400)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Fri, 19 Feb 2021 18:57:18 +0000
(13:57 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Iea229bdcb00ae51a83fc7c5570415a5a7d264752
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 81cfa0d278366b2103f5f3eadbc28b2f05fef363..ee22576f5f07114d703c7c53cbec9c570c1b4b75 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-86,6
+86,10
@@
AS_CASE([$host_os],
[
DEFAULT_ENABLE_DEBUG_INFO=no
],
+ [freebsd*],
+ [
+ DEFAULT_ENABLE_DEBUG_INFO=no
+ ],
[cygwin*],
[
DEFAULT_ENABLE_DEBUG_INFO=no
This page took
0.027589 seconds
and
4
git commands to generate.