mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 13:21:30 +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
|
QFCC=qfcc
|
||||||
QCFLAGS=-z -qq -g -Werror
|
#QCFLAGS=-z -qq -g -Werror
|
||||||
|
QCFLAGS=-qq -g -Werror
|
||||||
QCPPFLAGS=
|
QCPPFLAGS=
|
||||||
|
|
||||||
libfrikbot_source = \
|
libfrikbot_source = \
|
||||||
|
|
Loading…
Reference in a new issue