[X2go-Commits] nx-libs.git - test (branch) updated: c53f1bbbb7891c72ab78cd5028c9df49c392ccb5
X2go dev team
git-admin at x2go.org
Wed Oct 19 20:14:21 CEST 2011
The branch, test has been updated
via c53f1bbbb7891c72ab78cd5028c9df49c392ccb5 (commit)
from e4eb43307e6a29472a3a4f0c85c10edc875e810d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c53f1bbbb7891c72ab78cd5028c9df49c392ccb5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Oct 19 19:58:44 2011 +0200
reintroduce CFLAGS from old rules file
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
The diff of changes is:
diff --git a/debian/rules b/debian/rules
index a3eb1d2..6e57318 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,13 @@
#!/usr/bin/make -f
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
%:
dh $@
hooks/post-receive
--
nx-libs.git (NX libraries)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX libraries).
More information about the x2go-commits
mailing list