diff --git a/AUTHORS b/AUTHORS index d01657db7..f9343def8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -91,6 +91,7 @@ Yasuhito Takamiya yasuhito@gmail.com Yu Zhiguo yuzg@cn.fujitsu.com Zoltan Kiss zoltan.kiss@citrix.com Zhi Yong Wu zwu.kernel@gmail.com +Zang MingJie zealot0630@gmail.com The following additional people are mentioned in commit logs as having provided helpful bug reports or suggestions. diff --git a/debian/rules b/debian/rules index 51a2e51e0..d34bdb3d0 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