add -g for debug

This commit is contained in:
Bill Currie 2004-02-09 04:47:52 +00:00
parent c9150ef436
commit f5e0d75736
1 changed files with 1 additions and 1 deletions

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)
###############################################