projects
/
sven
/
mysqltcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d266e7
)
Optimisation round 2
author
Sven Hoexter
<sven@timegate.de>
Tue, 25 Dec 2007 21:52:48 +0000
(21:52 +0000)
committer
Sven Hoexter
<sven@timegate.de>
Tue, 25 Dec 2007 21:52:48 +0000
(21:52 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 906519a60eabb273a59d6e3582181368dc1c86d1..1249cfd0905425b8101c07a31d495ba525717127 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-23,9
+23,9
@@
CONFIGURE_OPTIONS += \
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
-CFLAGS
+
= -Wall -g
+CFLAGS = -Wall -g
-ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+if
n
eq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2