From 3071e732940246b13b644e288ac10edfc413694a Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 19 Oct 2011 07:30:20 +0000
Subject: [PATCH] Use -Wall for debug builds.

---
 src/build/Common.gmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/build/Common.gmake b/src/build/Common.gmake
index 16c426c017..b79dca41f2 100644
--- a/src/build/Common.gmake
+++ b/src/build/Common.gmake
@@ -384,6 +384,7 @@ endif
 ifdef DEBUG
  CFLAGS	+=	-ggdb
  CFLAGS	+=	-D_DEBUG
+ CFLAGS +=	-Wall
 else # RELEASE
  # -finline functions breaks the baja build badly.
  # This also means that -O3 won't work either.
-- 
GitLab