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:
1
AUTHORS
1
AUTHORS
@@ -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
1
debian/rules
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user