2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00

debian: build with debugging symbol

Signed-off-by: Zang MingJie <zealot0630@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ben Pfaff
2013-04-15 10:19:36 -07:00
parent 380b39f729
commit af9fcde70e
2 changed files with 2 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ Yasuhito Takamiya yasuhito@gmail.com
Yu Zhiguo yuzg@cn.fujitsu.com Yu Zhiguo yuzg@cn.fujitsu.com
Zoltan Kiss zoltan.kiss@citrix.com Zoltan Kiss zoltan.kiss@citrix.com
Zhi Yong Wu zwu.kernel@gmail.com Zhi Yong Wu zwu.kernel@gmail.com
Zang MingJie zealot0630@gmail.com
The following additional people are mentioned in commit logs as having The following additional people are mentioned in commit logs as having
provided helpful bug reports or suggestions. provided helpful bug reports or suggestions.

1
debian/rules vendored
View File

@@ -22,6 +22,7 @@ PARALLEL =
endif endif
MAKEFLAGS += $(PARALLEL) MAKEFLAGS += $(PARALLEL)
CFLAGS += -g
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0 CFLAGS += -O0
else else