From 5664bb432998cc44fad206bce8388cc3b73f32d3 Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 10 Jul 2012 15:15:57 +0000 Subject: Migrate all stuff to stricter compilations/links and C++0x builds --- Jamroot.jam | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 794d6de..1c2bea6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -3,6 +3,13 @@ using gcc ; import type : register ; import generators : register-standard ; +project + : requirements + release:"-std=c++0x" + debug:"-W -Wall -Werror -Wwrite-strings -std=c++0x" + debug:"-Wl,-z,defs" + ; + import type ; import generators ; import feature ; -- cgit v1.2.3