Author: doko
Date: 2006-10-09 16:28:03 +0000 (Mon, 09 Oct 2006)
New Revision: 2575

Modified:
   trunk/eclipse/debian/changelog
   trunk/eclipse/debian/patches/eclipse-libswt-enableall.dpatch
Log:
* Build swt bindings with -O2.


Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog      2006-10-09 14:48:44 UTC (rev 2574)
+++ trunk/eclipse/debian/changelog      2006-10-09 16:28:03 UTC (rev 2575)
@@ -52,6 +52,7 @@
   * debian/rules: Apply eclipse-libswt-mozilla-profiles when building
     with mozilla.
   * debian/rules: Fix libswt-gtk.jar symlink.
+  * Build swt bindings with -O2.
 
  -- Michael Koch <[EMAIL PROTECTED]>  Tue,  3 Oct 2006 17:22:09 +0000
 

Modified: trunk/eclipse/debian/patches/eclipse-libswt-enableall.dpatch
===================================================================
--- trunk/eclipse/debian/patches/eclipse-libswt-enableall.dpatch        
2006-10-09 14:48:44 UTC (rev 2574)
+++ trunk/eclipse/debian/patches/eclipse-libswt-enableall.dpatch        
2006-10-09 16:28:03 UTC (rev 2575)
@@ -23,6 +23,24 @@
 @DPATCH@
 --- source-tree/plugins/org.eclipse.swt/Eclipse SWT 
PI/gtk/library/make_linux.mak.orig 2006-01-11 20:48:37.000000000 +0000
 +++ source-tree/plugins/org.eclipse.swt/Eclipse SWT 
PI/gtk/library/make_linux.mak      2006-01-11 20:50:48.000000000 +0000
+@@ -60,7 +60,7 @@
+ # Uncomment for Native Stats tool
+ #NATIVE_STATS = -DNATIVE_STATS
+ 
+-MOZILLACFLAGS = -O \
++MOZILLACFLAGS = -O2 \
+       -DSWT_VERSION=$(SWT_VERSION) \
+       $(NATIVE_STATS) \
+       -DXPCOM_GLUE=1 \
+@@ -88,7 +88,7 @@
+ MOZILLA_OBJECTS = swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o
+ GLX_OBJECTS = swt.o glx.o glx_structs.o glx_stats.o
+ 
+-CFLAGS = -O -Wall \
++CFLAGS = -O2 -Wall \
+               -DSWT_VERSION=$(SWT_VERSION) \
+               $(NATIVE_STATS) \
+               -DLINUX -DGTK \
 @@ -99,7 +99,7 @@
  LIBS = -shared -fPIC -s
  


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to