diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-09-06 11:08:16 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-09-06 11:08:16 -0700 |
| commit | 85b276ded00dcdb2dda813cf31e67e61c08c6a4b (patch) | |
| tree | 1b0ead152b3b5059bdffded5f7988e68840b000d /Makefile | |
| parent | 4c658b6270d4ba1ab5f574801d06ee58505690e9 (diff) | |
| download | sparse-dev-85b276ded00dcdb2dda813cf31e67e61c08c6a4b.tar.gz | |
Use -fno-strict-aliasing, as the ptrlist code seems to violate C99 strict aliasing rules
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ VERSION=0.3 OS=linux CC ?= gcc -CFLAGS ?= -O2 -finline-functions -g +CFLAGS ?= -O2 -finline-functions -fno-strict-aliasing -g CFLAGS += -Wall -Wwrite-strings LDFLAGS ?= -g AR=ar |
