From a859e185c6b9d60875678d19dff28b5db9927db2 Mon Sep 17 00:00:00 2001 From: John W. Bito Date: Fri, 24 Apr 2009 12:17:29 -0700 Subject: [PATCH] Fix for sun compiler. --- tools/sun.jam | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tools/sun.jam b/tools/sun.jam index 5b06aee..a8919af 100644 --- a/tools/sun.jam +++ b/tools/sun.jam @@ -51,6 +51,10 @@ flags sun.compile OPTIONS on : -xprofile=tcov ; flags sun.compile OPTIONS speed : -fast ; flags sun.compile OPTIONS space : -xO2 -xspace ; flags sun.compile OPTIONS multi : -mt ; +flags sun.compile OPTIONS off : -erroff ; +flags sun.compile OPTIONS on : -erroff=%none ; +flags sun.compile OPTIONS all : -erroff=%none +flags sun.compile OPTIONS on : -errwarn ; flags sun.compile.c++ OPTIONS off : +d ; -- 1.6.1.2