mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 05:11:58 +00:00
kill the compression for now to speed up builds
This commit is contained in:
parent
d462ef9a7e
commit
c86b0d359f
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
QFCC=qfcc
|
||||
QCFLAGS=-z -qq -g -Werror
|
||||
#QCFLAGS=-z -qq -g -Werror
|
||||
QCFLAGS=-qq -g -Werror
|
||||
QCPPFLAGS=
|
||||
|
||||
libfrikbot_source = \
|
||||
|
|
Loading…
Reference in a new issue