summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-09-28 20:35:57 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-09-28 20:35:57 +0000
commit58837fe7fb2196d39f09425329087b6b48aace46 (patch)
tree5f765f2aa95784fd7b3cc8e4d1bd3d8ab95a8cef /Makefile
parentbf18dfdc711847965a3f62c7b65cd081efa84ba0 (diff)
downloadlibhubbub-58837fe7fb2196d39f09425329087b6b48aace46.tar.gz
libhubbub-58837fe7fb2196d39f09425329087b6b48aace46.tar.bz2
GCCSDK 4 build compatibility (not finished yet)
svn path=/trunk/hubbub/; revision=5458
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24ea7dc..74af8d6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ TOUCH := touch
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -Werror -pedantic
-CFLAGS += -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS)
+CFLAGS = -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS)
RELEASECFLAGS = $(CFLAGS) -DNDEBUG -O2
DEBUGCFLAGS = $(CFLAGS) -O0 -g
ARFLAGS := -cru