[xiph-commits] r10064 - trunk/planarity
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sun Sep 25 05:18:20 PDT 2005
Author: xiphmont
Date: 2005-09-25 05:18:18 -0700 (Sun, 25 Sep 2005)
New Revision: 10064
Modified:
trunk/planarity/Makefile
trunk/planarity/dialog_level_icons.c
trunk/planarity/version.h
Log:
Makefile changes
Modified: trunk/planarity/Makefile
===================================================================
--- trunk/planarity/Makefile 2005-09-25 12:16:33 UTC (rev 10063)
+++ trunk/planarity/Makefile 2005-09-25 12:18:18 UTC (rev 10064)
@@ -66,8 +66,8 @@
$(STRIP) $(TARGET)
static:
- $(MAKE) static-target CFLAGS="-g -Wall -ffast-math $(GCF) $(ADD_DEF) "
-# $(STRIP) $(TARGET)
+ $(MAKE) static-target CFLAGS="-O2 -ffast-math $(GCF) $(ADD_DEF) "
+ $(STRIP) $(TARGET)
debug:
$(MAKE) debug-target CFLAGS="-g -Wall -W -Wno-unused-parameter -D__NO_MATH_INLINES $(GCF) $(ADD_DEF)"
Modified: trunk/planarity/dialog_level_icons.c
===================================================================
--- trunk/planarity/dialog_level_icons.c 2005-09-25 12:16:33 UTC (rev 10063)
+++ trunk/planarity/dialog_level_icons.c 2005-09-25 12:18:18 UTC (rev 10064)
@@ -89,8 +89,6 @@
}
static void invalidate_icon(Gameboard *g,onelevel *l){
- int w = l->w;
- int h = l->h;
int cx = g->g.width/2;
int cy = g->g.height/2;
GdkRectangle r;
Modified: trunk/planarity/version.h
===================================================================
--- trunk/planarity/version.h 2005-09-25 12:16:33 UTC (rev 10063)
+++ trunk/planarity/version.h 2005-09-25 12:18:18 UTC (rev 10064)
@@ -1,2 +1,2 @@
#define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Sun Sep 25 08:15:01 EDT 2005] */
+/* DO NOT EDIT: Automated versioning hack [Sun Sep 25 08:17:24 EDT 2005] */
More information about the commits
mailing list