Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e16706
)
squelch compiler warnings
author
Hannes Gredler
<hannes@gredler.at>
Tue, 19 Feb 2008 23:08:51 +0000
(
00:08
+0100)
committer
Hannes Gredler
<hannes@gredler.at>
Tue, 19 Feb 2008 23:08:51 +0000
(
00:08
+0100)
Makefile.inc
patch
|
blob
|
history
diff --git
a/Makefile.inc
b/Makefile.inc
index
4147022
..
5b10993
100644
(file)
--- a/
Makefile.inc
+++ b/
Makefile.inc
@@
-5,10
+5,10
@@
#
# activate debugging with 1 or deactivate with 0
-DEBUG ?=
0
+DEBUG ?=
1
# compile OLSR_PRINTF out
-NO_DEBUG_MESSAGES ?=
0
+NO_DEBUG_MESSAGES ?=
1
# the optimize option to be set for gcc
OPTIMIZE ?= -O2