Modified g++ FLAGS in Makefile

git-svn-id: svn://kolibrios.org@4657 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ashmew2 2014-03-15 20:11:54 +00:00
parent 94fcdbc982
commit 26a99f5bce

View File

@ -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