X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2FMakefile;h=576d4f4735bd2978c7ab0c5a6affd61b4315dcbc;hb=021ef038007bbde4d3a54a37c3e614f74c68bdb3;hp=493d2ac4cb99148a5ccb89bf6e49508db149a6c4;hpb=a0a988c50fce047427b445d5e21d7354862e8e23;p=melted diff --git a/src/modules/dv/Makefile b/src/modules/dv/Makefile index 493d2ac..576d4f4 100644 --- a/src/modules/dv/Makefile +++ b/src/modules/dv/Makefile @@ -6,7 +6,7 @@ OBJS = factory.o \ producer_libdv.o \ consumer_libdv.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 LDFLAGS=-ldv -lpthread