mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Server ohne -Werror
This commit is contained in:
parent
327c0352d2
commit
7575c866c5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ CFLAGS_CLIENT = $(CFLAGS_BASE)
|
|||
|
||||
# Dedicated Server
|
||||
CFLAGS_DEDICATED_SERVER = $(CFLAGS_BASE)
|
||||
CFLAGS_DEDICATED_SERVER += -DDEDICATED_ONLY -Werror
|
||||
CFLAGS_DEDICATED_SERVER += -DDEDICATED_ONLY
|
||||
|
||||
# OpenGL refresher
|
||||
CFLAGS_OPENGL = $(CFLAGS_BASE)
|
||||
|
|
Loading…
Reference in a new issue