mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
apply Caleb Epstein's SunPro patch
[SVN r26391]
This commit is contained in:
@@ -55,6 +55,7 @@ flags sunpro CFLAGS <optimization>speed : -fast -O4 ;
|
||||
flags sunpro CFLAGS <optimization>space : -O2 -xspace ;
|
||||
flags sunpro C++FLAGS <inlining>off : +d ;
|
||||
flags sunpro CFLAGS <threading>multi : -mt ;
|
||||
flags sunpro LINKFLAGS <threading>multi : -mt ;
|
||||
flags sunpro C++FLAGS <rtti>on : -features=rtti ;
|
||||
flags sunpro C++FLAGS <rtti>off : -features=no%rtti ;
|
||||
flags sunpro C++FLAGS <exception-handling>on : -features=except ;
|
||||
|
||||
Reference in New Issue
Block a user