From 26a99f5bced51021fe6368980847878fe976c6b2 Mon Sep 17 00:00:00 2001 From: ashmew2 Date: Sat, 15 Mar 2014 20:11:54 +0000 Subject: [PATCH] Modified g++ FLAGS in Makefile git-svn-id: svn://kolibrios.org@4657 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/it/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/it/Makefile b/data/it/Makefile index 73860ebd5e..be9c14073f 100644 --- a/data/it/Makefile +++ b/data/it/Makefile @@ -640,7 +640,8 @@ checkers.o : $(CHECKERSDIR)/checkers.cpp \ $(CHECKERSDIR)/gr-draw.h \ $(CHECKERSDIR)/gnu-draw.h \ $(CHECKERSDIR)/sysproc.h - g++ -c $(CHECKERSDIR)/checkers.cpp + g++ -c -Os -DAUTOBUILD -DLANG_ENG=1 $(CHECKERSDIR)/checkers.cpp +# g++ -c $(CHECKERSDIR)/checkers.cpp # Rules for sdk/sound, used by media/ac97snd SOUNDDIR=$(PROGS)/develop/sdk/trunk/sound/src