minor mods
[melted] / src / modules / fezzik / Makefile
index 2fe5375..137c9c2 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.o \
           producer_fezzik.o \
           producer_hold.o 
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)
 
@@ -25,6 +25,7 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
+       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
        install -m 644 ../fezzik.dict "$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)