1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

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>
This commit is contained in:
Carl-Daniel Hailfinger 2009-11-24 00:23:33 +00:00
parent 5cca01f394
commit b2ecf6c9eb

View File

@ -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)