From a87beb694c9a3c17635679903426242471277711 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Mar 2008 20:26:03 +0000 Subject: Temporarily back out revision 1.98 to give Portmgr some time to address PR ports/121363 (current day re-opening of PR ports/73797) to make ports CFLAGS more independent of src/'s CFLAGS WRT aliasing. Discussed with: brooks --- share/mk/sys.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/mk/sys.mk') diff --git a/share/mk/sys.mk b/share/mk/sys.mk index fab07a0..44578e4 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 ?= -Os -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 -- cgit v1.1