From b2ecf6c9eb02257ff6eaa4f3fc959c49e7eca201 Mon Sep 17 00:00:00 2001
From: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Date: Tue, 24 Nov 2009 00:23:33 +0000
Subject: [PATCH] Revert debug compilation which was committed in r772 by
 accident

Corresponding to flashrom svn r773.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 430c8fd..ae06d7c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ INSTALL = install
 DIFF    = diff
 PREFIX  ?= /usr/local
 MANDIR  ?= $(PREFIX)/share/man
-CFLAGS  ?= -Os -Wall -Werror -g
+CFLAGS  ?= -Os -Wall -Werror
 EXPORTDIR ?= .
 
 OS_ARCH	= $(shell uname)
-- 
GitLab