d3c5516
--- Makefile.orig	2007-04-08 15:31:31.000000000 +0200
d3c5516
+++ Makefile	2007-04-08 15:32:57.000000000 +0200
d3c5516
@@ -4,7 +4,7 @@
d3c5516
 
d3c5516
 # Settings for x86.
d3c5516
 CC=gcc
d3c5516
-CFLAGS=-O2 -Wall -pedantic `sdl-config --cflags`
d3c5516
+CFLAGS+=`sdl-config --cflags`
d3c5516
 LINK=gcc
d3c5516
 LDFLAGS=
d3c5516
 LIBS=`sdl-config --libs`