diff --git a/Makefile.host b/Makefile.host index f9aa0e4..0511fd5 100644 --- a/Makefile.host +++ b/Makefile.host @@ -24,7 +24,7 @@ datadir = ${PREFIX}/share #GCOV=-fprofile-arcs -ftest-coverage -CFLAGS ?=-ggdb -Wall `sdl-config --cflags` -ISrc +CFLAGS ?=-ggdb -Wall `sdl-config --cflags` -ISrc -O2 DEFINES =-DFRODO_SC -DHAVE_CONFIG_H -DDATADIR=\"$(datadir)/frodo/\" -DBINDIR=\"$(bindir)/\" -DHAVE_SDL LDFLAGS ?= $(GCOV) `sdl-config --libs` -lSDL_ttf -lSDL_image