add -g for debug

This commit is contained in:
Bill Currie 2004-02-09 04:47:52 +00:00
parent c9150ef436
commit f5e0d75736

View file

@ -9,7 +9,7 @@ CPP=cpp
CPPFLAGS=-I. -Iweapons -Imdl -Iact -Imapents
QFCC=qfcc
QFCCFLAGS=-q --warn all,error $(CPPFLAGS)
QFCCFLAGS=-q -g --warn all,error $(CPPFLAGS)
###############################################