From 2b33ce935029e5c13574c2885bb122b1ad703c35 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 6 May 1995 07:07:52 +0000 Subject: [PATCH] Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug. --- usr.sbin/pcvt/vgaio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile index b9289f5254a9..ded8bdf9b3b9 100644 --- a/usr.sbin/pcvt/vgaio/Makefile +++ b/usr.sbin/pcvt/vgaio/Makefile @@ -22,6 +22,7 @@ YACC= yacc LFLAGS+= -I LDADD= -lm -ly -ll +CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2! CFLAGS+= -I ${.CURDIR}/obj -I ${.CURDIR} -g CLEANFILES+= y.tab.h