Signed-off-by: Zang MingJie <[email protected]>
---
 debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 51a2e51..cd67a41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ endif
 MAKEFLAGS += $(PARALLEL)
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -O0
+CFLAGS += -g -O0
 else
-CFLAGS += -O2
+CFLAGS += -g -O2
 endif
 
 configure: configure-stamp
-- 
1.7.10.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to