]> git.sesse.net Git - vlc/commitdiff
Contrib: use -O3 to build libschroedinger.
authorPavlov Konstantin <thresh@videolan.org>
Wed, 9 Jul 2008 20:33:56 +0000 (00:33 +0400)
committerPavlov Konstantin <thresh@videolan.org>
Wed, 9 Jul 2008 20:34:44 +0000 (00:34 +0400)
extras/contrib/src/Makefile

index a09aafee13570be55cbc39d08b6aed84a5c994dc..01f6a209a7672efa1e66138b5b080372d50dc5e0 100644 (file)
@@ -2445,7 +2445,7 @@ schroedinger: schroedinger-$(SCHROED_VERSION).tar.gz
        $(EXTRACT_GZ)
 
 .schroedinger: schroedinger .liboil
-       (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
+       (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
        touch $@
 
 CLEAN_FILE += .schroedinger