diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 19:07:57 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 19:07:57 +0000 |
commit | ab2572d7eacf5d70b7fa76a4912fe9739544f6d6 (patch) | |
tree | 665ea5c26e4859675228344416d516ec1e5b4f9a /Makefile.target | |
parent | 267002cd28318c6ca246205c9b8c42c3cca48960 (diff) | |
download | qemu-ab2572d7eacf5d70b7fa76a4912fe9739544f6d6.tar.gz |
added -fno-strict-aliasing
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@882 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 1d73b3b69d..ac52093d12 100644 --- a/Makefile.target +++ b/Makefile.target @@ -7,7 +7,7 @@ ifdef CONFIG_USER_ONLY VPATH+=:$(SRC_PATH)/linux-user DEFINES+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH) endif -CFLAGS=-Wall -O2 -g +CFLAGS=-Wall -O2 -g -fno-strict-aliasing LDFLAGS=-g LIBS= HELPER_CFLAGS=$(CFLAGS) |