summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbencollins <tailor@grayson>2001-06-15 22:45:33 -0400
committerBen Collins <bcollins@ubuntu.com>2006-06-01 13:18:02 -0400
commit334c58bca0aec524da9c8b4f9cfa8bce6e6f6ff0 (patch)
treef53211653b1b06e9d449a2bbf52746a120ac34a2
parent3f0d2aede89f4426c15cf6aa54dddb838973324d (diff)
downloadsilo-334c58bca0aec524da9c8b4f9cfa8bce6e6f6ff0.tar.gz
[silo @ 37]
updates#
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 03729ec..509891d 100644
--- a/Rules.make
+++ b/Rules.make
@@ -5,7 +5,7 @@ CC=gcc
LD=ld
ELFTOAOUT=elftoaout
BIN2H=../common/bin2h
-CFLAGS=-O2 -Wall -I. -I../include -fomit-frame-pointer -Werror
+CFLAGS=-O2 -Wall -I. -I../include -fomit-frame-pointer
OPSYS=$(shell uname)
OSREV=$(shell uname -r)