From 43bb5b652d0a5c2efda484195a3ef55f17b9cc8b Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 18 Aug 2006 11:44:24 +0000 Subject: Very simple global history implementation for nsgtk, misc fixes svn path=/trunk/netsurf/; revision=2867 --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index af4210c76..dcfd8b0c1 100644 --- a/makefile +++ b/makefile @@ -69,7 +69,8 @@ OBJECTS_GTK += browser.o history_core.o netsurf.o selection.o textinput.o \ OBJECTS_GTK += font_pango.o gtk_bitmap.o gtk_gui.o \ gtk_schedule.o gtk_thumbnail.o gtk_options.o \ gtk_plotters.o gtk_treeview.o gtk_window.o \ - gtk_completion.o gtk_login.o gtk_throbber.o # gtk/ + gtk_completion.o gtk_login.o gtk_throbber.o \ + gtk_history.o # gtk/ OBJDIR_RISCOS = arm-riscos-aof @@ -122,7 +123,7 @@ CFLAGS_NCOS = $(CFLAGS_RISCOS) -Dncos CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I.. \ $(PLATFORM_CFLAGS_DEBUG) -g CFLAGS_GTK = -Dnsgtk -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \ - $(WARNFLAGS) -I.. -g -O2 -Wformat=2 \ + $(WARNFLAGS) -I.. -g -O0 -Wformat=2 \ `pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags` # Stop GCC under Cygwin throwing a fit -- cgit v1.2.3