diff options
author | Christopher Faylor <me@cgf.cx> | 2005-10-11 18:17:59 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-10-11 18:17:59 +0000 |
commit | a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc (patch) | |
tree | b03bb47b7ca78e1b9be89ece7db07206c9031196 /winsup/Makefile.common | |
parent | f2e8d7b0f062b86286b7969d7b7ec1d82ffd4a18 (diff) | |
download | cygnal-a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc.tar.gz cygnal-a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc.tar.bz2 cygnal-a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc.zip |
* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r-- | winsup/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 4f397a3d6..96e58ef2d 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -10,7 +10,7 @@ # This makefile requires GNU make. -CFLAGS_COMMON:=-Wall -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0# -finline-functions +CFLAGS_COMMON:=-Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0# -finline-functions MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o |