projects
/
apps
/
pfixtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f38f9c
)
strict aliasing generates too many bugs
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 19 Oct 2008 14:32:52 +0000
(16:32 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 19 Oct 2008 14:32:52 +0000
(16:32 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
mk/cflags.mk
patch
|
blob
|
history
diff --git
a/mk/cflags.mk
b/mk/cflags.mk
index
1dcdb31
..
c184d9a
100644
(file)
--- a/
mk/cflags.mk
+++ b/
mk/cflags.mk
@@
-42,7
+42,7
@@
CFLAGSBASE += -pipe
CFLAGSBASE += -O2
# let the type char be unsigned by default
CFLAGSBASE += -funsigned-char
-CFLAGSBASE += -fstrict-aliasing
+CFLAGSBASE += -f
no-
strict-aliasing
# turn on all common warnings
CFLAGSBASE += -Wall
# turn on extra warnings