From 038078ed2e1acfbe7f7ecda0f5c90d82835d3b8d Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 27 Jul 2003 05:23:35 +0000 Subject: [PATCH] disable -Werror because it makes a mess of releases if anyone has warnings (like a certain release I made a few days ago... and then got 5 or so 'it doesn't compile' reports from Linux users :) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3340 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 585c7a9c..152af8bf 100644 --- a/makefile +++ b/makefile @@ -69,7 +69,8 @@ OBJ_DED_EXE= builddate.c sys_linux.o vid_null.o cd_null.o snd_null.o $(COMMONOBJ # Compilation -CFLAGS_NONEXECOMMON=-MD -Wall -Werror +# CFLAGS_NONEXECOMMON=-MD -Wall -Werror +CFLAGS_NONEXECOMMON=-MD -Wall CFLAGS_EXECOMMON=-MD -Wall CFLAGS_DEBUG=-ggdb CFLAGS_PROFILE=-g -pg -ggdb -- 2.39.2