[Debootloaders-devel] r125 - in trunk/rsrce: . debian
Aurélien GÉRÔME
ag-guest at costa.debian.org
Sat Jul 15 13:35:22 UTC 2006
Author: ag-guest
Date: 2006-07-15 13:35:20 +0000 (Sat, 15 Jul 2006)
New Revision: 125
Modified:
trunk/rsrce/Makefile
trunk/rsrce/debian/changelog
Log:
Conform compiler optimisations to policy.
Modified: trunk/rsrce/Makefile
===================================================================
--- trunk/rsrce/Makefile 2006-07-15 13:32:54 UTC (rev 124)
+++ trunk/rsrce/Makefile 2006-07-15 13:35:20 UTC (rev 125)
@@ -1,6 +1,6 @@
OBJS= resource.o translate.o command.o main.o
CC= gcc
-CFLAGS= -Wall -g
+CFLAGS= -Wall -g -O2
RM= rm -f
DESTDIR=
Modified: trunk/rsrce/debian/changelog
===================================================================
--- trunk/rsrce/debian/changelog 2006-07-15 13:32:54 UTC (rev 124)
+++ trunk/rsrce/debian/changelog 2006-07-15 13:35:20 UTC (rev 125)
@@ -4,6 +4,7 @@
- Convert debian/control from ISO_8859-15 to UTF-8.
- Fix lintian warnings and errors.
+ - Conform compiler optimisations to policy.
* Jérémie Koenig <sprite at sprite.fr.eu.org>
@@ -12,7 +13,7 @@
- Fix the written resource map length which included space for
non-existant names.
- -- Aurélien GÉRÔME <ag at roxor.cx> Sat, 15 Jul 2006 15:31:27 +0200
+ -- Aurélien GÉRÔME <ag at roxor.cx> Sat, 15 Jul 2006 15:33:40 +0200
rsrce (0.2) unstable; urgency=low
More information about the Debootloaders-devel
mailing list