diff options
| author | John Birrell <jb@FreeBSD.org> | 2007-11-26 21:46:21 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2007-11-26 21:46:21 +0000 |
| commit | 221a97c1942577c250240eb760378ef6ea8e7223 (patch) | |
| tree | 4f8c3dbbd22f6c5136596ea84a51ab04865435a8 | |
| parent | 8ec770db87b978e10bcfdc4f895e2196b6401b9a (diff) | |
Notes
| -rw-r--r-- | share/mk/sys.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index a15331f3c416..44578e468cc2 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -36,9 +36,9 @@ CFLAGS ?= -O .else CC ?= cc .if ${MACHINE_ARCH} == "arm" -CFLAGS ?= -O -pipe +CFLAGS ?= -O -fno-strict-aliasing -pipe .else -CFLAGS ?= -O2 -pipe +CFLAGS ?= -O2 -fno-strict-aliasing -pipe .endif .if defined(NO_STRICT_ALIASING) CFLAGS += -fno-strict-aliasing |
