[pkg-boost-commits] r14266 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Aug 9 15:48:24 UTC 2008


Author: smr
Date: 2008-08-09 15:48:24 +0000 (Sat, 09 Aug 2008)
New Revision: 14266

Modified:
   boost/trunk/debian/rules
Log:
Build jam using -Wall -Werror

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-08-09 14:09:20 UTC (rev 14265)
+++ boost/trunk/debian/rules	2008-08-09 15:48:24 UTC (rev 14266)
@@ -150,7 +150,7 @@
 jam_variants = variant=release,debug threading=single,multi link=shared,static
 
 $(bjam):
-	cd tools/jam/src && CFLAGS=-fno-strict-aliasing sh build.sh cc && mv bin.*/bjam .
+	cd tools/jam/src && CFLAGS='-Wall -Werror -fno-strict-aliasing' sh build.sh cc && mv bin.*/bjam .
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN) $(bjam)




More information about the pkg-boost-commits mailing list