Configure and build tuning
[melted] / src / modules / xine / Makefile
index 2f82a13..67b441c 100644 (file)
@@ -7,7 +7,7 @@ OBJS = factory.o \
           cpu_accel.o \
           filter_deinterlace.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -DARCH_X86
+CFLAGS += -I../../ -DARCH_X86
 
 SRCS := $(OBJS:.o=.c)