X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fhumperdink%2FMakefile;h=f974b0dbe6bab1eb6ed8bd1c48566daf93303e48;hb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;hp=7003d633ad27f8591ae3ee230b5c3b68d996b9f0;hpb=c1c8b798d6215f20b3a3f87cd1fa2954f31d6031;p=mlt diff --git a/src/humperdink/Makefile b/src/humperdink/Makefile index 7003d633..f974b0db 100644 --- a/src/humperdink/Makefile +++ b/src/humperdink/Makefile @@ -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