gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob rules.mk


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob rules.mk
Date: Tue, 22 Apr 2003 15:50:05 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/22 15:50:05

Modified files:
        .              : rules.mk 

Log message:
        Disable arch

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/rules.mk.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: libvob/rules.mk
diff -u libvob/rules.mk:1.15 libvob/rules.mk:1.16
--- libvob/rules.mk:1.15        Tue Apr 22 04:42:55 2003
+++ libvob/rules.mk     Tue Apr 22 15:50:05 2003
@@ -18,7 +18,11 @@
 
 # OPTIMIZE =  -O3 -ffast-math $(ARCH) -fomit-frame-pointer 
-foptimize-sibling-calls
 # Better not omit frame pointer: java can sometimes show us where the problem 
is...
-OPTIMIZE =  -O3 -ffast-math $(ARCH) -foptimize-sibling-calls
+
+# OPTIMIZE =  -O3 -ffast-math $(ARCH) -foptimize-sibling-calls
+# Disable ARCH for now, some crashes related to it
+OPTIMIZE =  -O3 -ffast-math -foptimize-sibling-calls
+
 # OPTIMIZE = -O0
 
 CPPFLAGS = -I../include -I../../libvob-depends -I../../include $(EXTRAINCLUDE) 
-I../../callgl/include -I../../../callgl/include 
-I../../callgl/include/glwrapper -I../../../callgl/include/glwrapper 
-I../../glmosaictext/include -I../../../glmosaictext/include 
-I/usr/include/freetype2 `gdk-pixbuf-config --cflags`




reply via email to

[Prev in Thread] Current Thread [Next in Thread]