[ovs-dev] [PATCH v2 1/1] debian: build with debugging symbol

Zang MingJie zealot0630 at gmail.com
Mon Apr 15 06:54:10 UTC 2013


Signed-off-by: Zang MingJie <zealot0630 at gmail.com>
---
 debian/rules |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 51a2e51..d34bdb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ PARALLEL =
 endif
 MAKEFLAGS += $(PARALLEL)
 
+CFLAGS += -g
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -O0
 else
-- 
1.7.10.4




More information about the dev mailing list