Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c032be
)
added "-funit-at-a-time" to the gcc options. Newer gccs (e.g. 4.3.0 on Fedora 9)
author
Bernd Petrovitsch
<bernd@firmix.at>
Sun, 31 Aug 2008 20:59:22 +0000
(22:59 +0200)
committer
Bernd Petrovitsch
<bernd@firmix.at>
Sun, 31 Aug 2008 20:59:22 +0000
(22:59 +0200)
need it for "-finline-functions-called-once"
Makefile.inc
patch
|
blob
|
history
diff --git
a/Makefile.inc
b/Makefile.inc
index
a76b9dc
..
7b47807
100644
(file)
--- a/
Makefile.inc
+++ b/
Makefile.inc
@@
-92,6
+92,7
@@
WARNINGS += -Winline
WARNINGS += -Wdisabled-optimization
#WARNINGS += -Werror
WARNINGS += -finline-functions-called-once
+WARNINGS += -funit-at-a-time
WARNINGS += -fearly-inlining
ifeq ($(DEBUG),0)
WARNINGS += -fomit-frame-pointer