mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-05 23:40:55 +00:00
add -g for debug
This commit is contained in:
parent
c9150ef436
commit
f5e0d75736
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
###############################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue