debian: build with debugging symbol
[sliver-openvswitch.git] / debian / rules
index 51a2e51..d34bdb3 100755 (executable)
@@ -22,6 +22,7 @@ PARALLEL =
 endif
 MAKEFLAGS += $(PARALLEL)
 
+CFLAGS += -g
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -O0
 else