Disable optimization on vax

This commit is contained in:
christos 2023-01-22 20:36:46 +00:00
parent 976285b5e8
commit 94c73665db
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 2023/01/22 14:35:10 christos Exp $
# $NetBSD: Makefile,v 1.28 2023/01/22 20:36:46 christos Exp $
.include <bsd.own.mk>
@ -294,6 +294,11 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2 \
CPPFLAGS.fccache.c+= -Wno-error=discarded-qualifiers
CPPFLAGS.fccfg.c+= -Wno-error=discarded-qualifiers
.if ${MACHINE_ARCH:Mvax}
COPTS.fccache.c+= -O0
COPTS.fccfg.c+= -O0
.endif
.include "Makefile.fcarch"
CLEANFILES+= fcarch.h