]> git.sesse.net Git - mlt/blobdiff - src/humperdink/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / humperdink / Makefile
index 7003d633ad27f8591ae3ee230b5c3b68d996b9f0..f974b0dbe6bab1eb6ed8bd1c48566daf93303e48 100644 (file)
@@ -6,7 +6,7 @@ OBJS = client.o \
        io.o \
           remote.o
 
-CFLAGS = -O3 -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
 
 LDFLAGS = -L ../valerie -lvalerie